public class ClassificationAttributeValueModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
ClassificationAttributeValue.code attribute defined at extension catalog. |
static String |
CPQMEDIA
Generated constant - Attribute key of
ClassificationAttributeValue.cpqMedia attribute defined at extension sapproductconfigservices. |
static String |
EXTERNALID
Generated constant - Attribute key of
ClassificationAttributeValue.externalID attribute defined at extension catalog. |
static String |
NAME
Generated constant - Attribute key of
ClassificationAttributeValue.name attribute defined at extension catalog. |
static String |
SYSTEMVERSION
Generated constant - Attribute key of
ClassificationAttributeValue.systemVersion attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(String _code,
ClassificationSystemVersionModel _systemVersion)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ClassificationAttributeValueModel(String _code,
ItemModel _owner,
ClassificationSystemVersionModel _systemVersion)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
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. |
String |
getExternalID()
Generated method - Getter of the
ClassificationAttributeValue.externalID attribute defined at extension catalog. |
String |
getName()
Generated method - Getter of the
ClassificationAttributeValue.name attribute defined at extension catalog. |
String |
getName(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(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 |
setExternalID(String value)
Generated method - Setter of
ClassificationAttributeValue.externalID attribute defined at extension catalog. |
void |
setName(String value)
Generated method - Setter of
ClassificationAttributeValue.name attribute defined at extension catalog. |
void |
setName(String value,
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, 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 CODE
ClassificationAttributeValue.code attribute defined at extension catalog.public static final String EXTERNALID
ClassificationAttributeValue.externalID attribute defined at extension catalog.public static final String NAME
ClassificationAttributeValue.name attribute defined at extension catalog.public static final String SYSTEMVERSION
ClassificationAttributeValue.systemVersion attribute defined at extension catalog.public static final String CPQMEDIA
ClassificationAttributeValue.cpqMedia 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(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(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 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="externalID", type=GETTER) public String getExternalID()
ClassificationAttributeValue.externalID attribute defined at extension catalog.@Accessor(qualifier="name", type=GETTER) public String getName()
ClassificationAttributeValue.name attribute defined at extension catalog.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
ClassificationAttributeValue.name attribute defined at extension catalog.loc - the value localization keyIllegalArgumentException - 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(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="externalID", type=SETTER) public void setExternalID(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(String value)
ClassificationAttributeValue.name attribute defined at extension catalog.value - the name - Name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
ClassificationAttributeValue.name attribute defined at extension catalog.value - the name - Nameloc - the value localization keyIllegalArgumentException - 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 © 2017 SAP SE. All Rights Reserved.