public class AbstractMerchPropertyModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
INDEXEDPROPERTY
Generated constant - Attribute key of
AbstractMerchProperty.indexedProperty attribute defined at extension merchandisingservices. |
static java.lang.String |
MERCHMAPPEDNAME
Generated constant - Attribute key of
AbstractMerchProperty.merchMappedName attribute defined at extension merchandisingservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractMerchPropertyModel()
Generated constructor - Default constructor for generic creation.
|
AbstractMerchPropertyModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AbstractMerchPropertyModel(SolrIndexedPropertyModel _indexedProperty)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractMerchPropertyModel(SolrIndexedPropertyModel _indexedProperty,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
SolrIndexedPropertyModel |
getIndexedProperty()
Generated method - Getter of the
AbstractMerchProperty.indexedProperty attribute defined at extension merchandisingservices. |
java.lang.String |
getMerchMappedName()
Generated method - Getter of the
AbstractMerchProperty.merchMappedName attribute defined at extension merchandisingservices. |
void |
setIndexedProperty(SolrIndexedPropertyModel value)
Generated method - Setter of
AbstractMerchProperty.indexedProperty attribute defined at extension merchandisingservices. |
void |
setMerchMappedName(java.lang.String value)
Generated method - Setter of
AbstractMerchProperty.merchMappedName attribute defined at extension merchandisingservices. |
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 INDEXEDPROPERTY
AbstractMerchProperty.indexedProperty attribute defined at extension merchandisingservices.public static final java.lang.String MERCHMAPPEDNAME
AbstractMerchProperty.merchMappedName attribute defined at extension merchandisingservices.public AbstractMerchPropertyModel()
public AbstractMerchPropertyModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AbstractMerchPropertyModel(SolrIndexedPropertyModel _indexedProperty)
_indexedProperty - initial attribute declared by type AbstractMerchProperty at extension merchandisingservices@Deprecated public AbstractMerchPropertyModel(SolrIndexedPropertyModel _indexedProperty, ItemModel _owner)
_indexedProperty - initial attribute declared by type AbstractMerchProperty at extension merchandisingservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="indexedProperty", type=GETTER) public SolrIndexedPropertyModel getIndexedProperty()
AbstractMerchProperty.indexedProperty attribute defined at extension merchandisingservices.@Accessor(qualifier="merchMappedName", type=GETTER) public java.lang.String getMerchMappedName()
AbstractMerchProperty.merchMappedName attribute defined at extension merchandisingservices.@Accessor(qualifier="indexedProperty", type=SETTER) public void setIndexedProperty(SolrIndexedPropertyModel value)
AbstractMerchProperty.indexedProperty attribute defined at extension merchandisingservices.value - the indexedProperty - Unique identifier@Accessor(qualifier="merchMappedName", type=SETTER) public void setMerchMappedName(java.lang.String value)
AbstractMerchProperty.merchMappedName attribute defined at extension merchandisingservices.value - the merchMappedName - Indexed typeCopyright © 2018 SAP SE. All Rights Reserved.