public class AbstractAsConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
AbstractAsConfiguration.catalogVersion attribute defined at extension adaptivesearch. |
static java.lang.String |
UID
Generated constant - Attribute key of
AbstractAsConfiguration.uid attribute defined at extension adaptivesearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractAsConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
AbstractAsConfigurationModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractAsConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AbstractAsConfigurationModel(java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
AbstractAsConfiguration.catalogVersion attribute defined at extension adaptivesearch. |
java.lang.String |
getUid()
Generated method - Getter of the
AbstractAsConfiguration.uid attribute defined at extension adaptivesearch. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Initial setter of
AbstractAsConfiguration.catalogVersion attribute defined at extension adaptivesearch. |
void |
setUid(java.lang.String value)
Generated method - Initial setter of
AbstractAsConfiguration.uid attribute defined at extension adaptivesearch. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String CATALOGVERSION
AbstractAsConfiguration.catalogVersion attribute defined at extension adaptivesearch.public static final java.lang.String UID
AbstractAsConfiguration.uid attribute defined at extension adaptivesearch.public AbstractAsConfigurationModel()
public AbstractAsConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AbstractAsConfigurationModel(java.lang.String _uid)
_uid - initial attribute declared by type AbstractAsConfiguration at extension adaptivesearch@Deprecated public AbstractAsConfigurationModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)
_catalogVersion - initial attribute declared by type AbstractAsConfiguration at extension adaptivesearch_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type AbstractAsConfiguration at extension adaptivesearch@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
AbstractAsConfiguration.catalogVersion attribute defined at extension adaptivesearch.@Accessor(qualifier="uid", type=GETTER) public java.lang.String getUid()
AbstractAsConfiguration.uid attribute defined at extension adaptivesearch.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
AbstractAsConfiguration.catalogVersion attribute defined at extension adaptivesearch. Can only be used at creation of model - before first save.value - the catalogVersionCopyright © 2018 SAP SE. All Rights Reserved.