public class CatSp extends org.beigesoft.mdlp.AIdLna implements org.beigesoft.mdl.IOwneda<CatGs>
Filterable/orderable specifics that are used for items in that catalog and its sub-catalogs. It's used to make filter/order for item's list. It's made either by hand - admin add FO specifics to a catalog, or by service that checked items with FO specifics and added to catalog.
| Constructor and Description |
|---|
CatSp() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFltId()
Getter for fltId.
|
Integer |
getIdx()
Getter for idx.
|
CatGs |
getOwnr()
Getter for ownr.
|
ItmSp |
getSpec()
Getter for spec.
|
void |
setFltId(Integer pFltId)
Setter for fltId.
|
void |
setIdx(Integer pIdx)
Setter for idx.
|
void |
setOwnr(CatGs pOwnr)
Setter for ownr.
|
void |
setSpec(ItmSp pSpec)
Setter for spec.
|
public final CatGs getOwnr()
Getter for ownr.
public final void setOwnr(CatGs pOwnr)
Setter for ownr.
public final ItmSp getSpec()
Getter for spec.
public final void setSpec(ItmSp pSpec)
Setter for spec.
pSpec - referencepublic final Integer getFltId()
Getter for fltId.
public final void setFltId(Integer pFltId)
Setter for fltId.
pFltId - referencepublic final Integer getIdx()
Getter for idx.
public final void setIdx(Integer pIdx)
Setter for idx.
pIdx - referenceCopyright © 2019. All rights reserved.