public class AxisEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CATALOGVERSION
Generated constant - Attribute key of
AxisEntry.catalogVersion attribute defined at extension print. |
static String |
CELLS
Generated constant - Attribute key of
AxisEntry.cells attribute defined at extension print. |
static String |
ID
Generated constant - Attribute key of
AxisEntry.id attribute defined at extension print. |
static String |
LOCKED
Generated constant - Attribute key of
AxisEntry.locked attribute defined at extension print. |
static String |
SORTCONFIGS
Generated constant - Attribute key of
AxisEntry.sortConfigs attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AxisEntryModel()
Generated constructor - Default constructor for generic creation.
|
AxisEntryModel(CatalogVersionModel _catalogVersion)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AxisEntryModel(CatalogVersionModel _catalogVersion,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AxisEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
AxisEntry.catalogVersion attribute defined at extension print. |
Collection<CellEntryModel> |
getCells()
Generated method - Getter of the
AxisEntry.cells attribute defined at extension print. |
String |
getId()
Generated method - Getter of the
AxisEntry.id attribute defined at extension print. |
Boolean |
getLocked()
Generated method - Getter of the
AxisEntry.locked attribute defined at extension print. |
List<SortConfigModel> |
getSortConfigs()
Generated method - Getter of the
AxisEntry.sortConfigs attribute defined at extension print. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
AxisEntry.catalogVersion attribute defined at extension print. |
void |
setId(String value)
Generated method - Setter of
AxisEntry.id attribute defined at extension print. |
void |
setLocked(Boolean value)
Generated method - Setter of
AxisEntry.locked attribute defined at extension print. |
void |
setSortConfigs(List<SortConfigModel> value)
Generated method - Setter of
AxisEntry.sortConfigs attribute defined at extension print. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String ID
AxisEntry.id attribute defined at extension print.public static final String CATALOGVERSION
AxisEntry.catalogVersion attribute defined at extension print.public static final String LOCKED
AxisEntry.locked attribute defined at extension print.public static final String CELLS
AxisEntry.cells attribute defined at extension print.public static final String SORTCONFIGS
AxisEntry.sortConfigs attribute defined at extension print.public AxisEntryModel()
public AxisEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AxisEntryModel(CatalogVersionModel _catalogVersion)
_catalogVersion - initial attribute declared by type AxisEntry at extension print@Deprecated public AxisEntryModel(CatalogVersionModel _catalogVersion, ItemModel _owner)
_catalogVersion - initial attribute declared by type AxisEntry at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
AxisEntry.catalogVersion attribute defined at extension print.@Accessor(qualifier="cells", type=GETTER) public Collection<CellEntryModel> getCells()
AxisEntry.cells attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="id", type=GETTER) public String getId()
AxisEntry.id attribute defined at extension print.@Accessor(qualifier="locked", type=GETTER) public Boolean getLocked()
AxisEntry.locked attribute defined at extension print.@Accessor(qualifier="sortConfigs", type=GETTER) public List<SortConfigModel> getSortConfigs()
AxisEntry.sortConfigs attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
AxisEntry.catalogVersion attribute defined at extension print.value - the catalogVersion@Accessor(qualifier="id", type=SETTER) public void setId(String value)
AxisEntry.id attribute defined at extension print.value - the id@Accessor(qualifier="locked", type=SETTER) public void setLocked(Boolean value)
AxisEntry.locked attribute defined at extension print.value - the lockedCopyright © 2017 SAP SE. All Rights Reserved.