public class ClassificationAttributeValueModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
ClassificationAttributeValue.code attribute defined at extension catalog. |
static java.lang.String |
CPQMEDIA
Generated constant - Attribute key of
ClassificationAttributeValue.cpqMedia attribute defined at extension sapproductconfigservices. |
static java.lang.String |
DESCRIPTION
Generated constant - Attribute key of
ClassificationAttributeValue.description attribute defined at extension sapproductconfigservices. |
static java.lang.String |
EXTERNALID
Generated constant - Attribute key of
ClassificationAttributeValue.externalID attribute defined at extension catalog. |
static java.lang.String |
NAME
Generated constant - Attribute key of
ClassificationAttributeValue.name attribute defined at extension catalog. |
static java.lang.String |
SYSTEMVERSION
Generated constant - Attribute key of
ClassificationAttributeValue.systemVersion attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ClassificationAttributeValueModel()
Generated constructor - Default constructor for generic creation.
|
ClassificationAttributeValueModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ClassificationAttributeValueModel(java.lang.String _code,
ClassificationSystemVersionModel _systemVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ClassificationAttributeValueModel(java.lang.String _code,
ItemModel _owner,
ClassificationSystemVersionModel _systemVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
ClassificationAttributeValue.code attribute defined at extension catalog. |
MediaContainerModel |
getCpqMedia()
Generated method - Getter of the
ClassificationAttributeValue.cpqMedia attribute defined at extension sapproductconfigservices. |
java.lang.String |
getDescription()
Generated method - Getter of the
ClassificationAttributeValue.description attribute defined at extension sapproductconfigservices. |
java.lang.String |
getDescription(java.util.Locale loc)
Generated method - Getter of the
ClassificationAttributeValue.description attribute defined at extension sapproductconfigservices. |
java.lang.String |
getExternalID()
Generated method - Getter of the
ClassificationAttributeValue.externalID attribute defined at extension catalog. |
java.lang.String |
getName()
Generated method - Getter of the
ClassificationAttributeValue.name attribute defined at extension catalog. |
java.lang.String |
getName(java.util.Locale loc)
Generated method - Getter of the
ClassificationAttributeValue.name attribute defined at extension catalog. |
ClassificationSystemVersionModel |
getSystemVersion()
Generated method - Getter of the
ClassificationAttributeValue.systemVersion attribute defined at extension catalog. |
void |
setCode(java.lang.String value)
Generated method - Initial setter of
ClassificationAttributeValue.code attribute defined at extension catalog. |
void |
setCpqMedia(MediaContainerModel value)
Generated method - Setter of
ClassificationAttributeValue.cpqMedia attribute defined at extension sapproductconfigservices. |
void |
setDescription(java.lang.String value)
Generated method - Setter of
ClassificationAttributeValue.description attribute defined at extension sapproductconfigservices. |
void |
setDescription(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
ClassificationAttributeValue.description attribute defined at extension sapproductconfigservices. |
void |
setExternalID(java.lang.String value)
Generated method - Setter of
ClassificationAttributeValue.externalID attribute defined at extension catalog. |
void |
setName(java.lang.String value)
Generated method - Setter of
ClassificationAttributeValue.name attribute defined at extension catalog. |
void |
setName(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
ClassificationAttributeValue.name attribute defined at extension catalog. |
void |
setSystemVersion(ClassificationSystemVersionModel value)
Generated method - Initial setter of
ClassificationAttributeValue.systemVersion attribute defined at extension catalog. |
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 CODE
ClassificationAttributeValue.code attribute defined at extension catalog.public static final java.lang.String EXTERNALID
ClassificationAttributeValue.externalID attribute defined at extension catalog.public static final java.lang.String NAME
ClassificationAttributeValue.name attribute defined at extension catalog.public static final java.lang.String SYSTEMVERSION
ClassificationAttributeValue.systemVersion attribute defined at extension catalog.public static final java.lang.String CPQMEDIA
ClassificationAttributeValue.cpqMedia attribute defined at extension sapproductconfigservices.public static final java.lang.String DESCRIPTION
ClassificationAttributeValue.description attribute defined at extension sapproductconfigservices.public ClassificationAttributeValueModel()
public ClassificationAttributeValueModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ClassificationAttributeValueModel(java.lang.String _code,
ClassificationSystemVersionModel _systemVersion)
_code - initial attribute declared by type ClassificationAttributeValue at extension catalog_systemVersion - initial attribute declared by type ClassificationAttributeValue at extension catalog@Deprecated
public ClassificationAttributeValueModel(java.lang.String _code,
ItemModel _owner,
ClassificationSystemVersionModel _systemVersion)
_code - initial attribute declared by type ClassificationAttributeValue at extension catalog_owner - initial attribute declared by type Item at extension core_systemVersion - initial attribute declared by type ClassificationAttributeValue at extension catalog@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
ClassificationAttributeValue.code attribute defined at extension catalog.@Accessor(qualifier="cpqMedia", type=GETTER) public MediaContainerModel getCpqMedia()
ClassificationAttributeValue.cpqMedia attribute defined at extension sapproductconfigservices.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
ClassificationAttributeValue.description attribute defined at extension sapproductconfigservices.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription(java.util.Locale loc)
ClassificationAttributeValue.description attribute defined at extension sapproductconfigservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="externalID", type=GETTER) public java.lang.String getExternalID()
ClassificationAttributeValue.externalID attribute defined at extension catalog.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
ClassificationAttributeValue.name attribute defined at extension catalog.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName(java.util.Locale loc)
ClassificationAttributeValue.name attribute defined at extension catalog.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="systemVersion", type=GETTER) public ClassificationSystemVersionModel getSystemVersion()
ClassificationAttributeValue.systemVersion attribute defined at extension catalog.@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
ClassificationAttributeValue.code attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the code - Code@Accessor(qualifier="cpqMedia", type=SETTER) public void setCpqMedia(MediaContainerModel value)
ClassificationAttributeValue.cpqMedia attribute defined at extension sapproductconfigservices.value - the cpqMedia - It is a media container with images corresponding to the value@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
ClassificationAttributeValue.description attribute defined at extension sapproductconfigservices.value - the description - Language independent name of the characteristic value@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value, java.util.Locale loc)
ClassificationAttributeValue.description attribute defined at extension sapproductconfigservices.value - the description - Language independent name of the characteristic valueloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="externalID", type=SETTER) public void setExternalID(java.lang.String value)
ClassificationAttributeValue.externalID attribute defined at extension catalog.value - the externalID - external identifier refering to the actual classification system definition@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
ClassificationAttributeValue.name attribute defined at extension catalog.value - the name - Name@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value, java.util.Locale loc)
ClassificationAttributeValue.name attribute defined at extension catalog.value - the name - Nameloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="systemVersion", type=SETTER) public void setSystemVersion(ClassificationSystemVersionModel value)
ClassificationAttributeValue.systemVersion attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the systemVersionCopyright © 2018 SAP SE. All Rights Reserved.