public class AttributeValueAssignmentModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ATTRIBUTE
Generated constant - Attribute key of
AttributeValueAssignment.attribute attribute defined at extension catalog. |
static java.lang.String |
ATTRIBUTEASSIGNMENT
Generated constant - Attribute key of
AttributeValueAssignment.attributeAssignment attribute defined at extension catalog. |
static java.lang.String |
EXTERNALID
Generated constant - Attribute key of
AttributeValueAssignment.externalID attribute defined at extension catalog. |
static java.lang.String |
POSITION
Generated constant - Attribute key of
AttributeValueAssignment.position attribute defined at extension catalog. |
static java.lang.String |
SYSTEMVERSION
Generated constant - Attribute key of
AttributeValueAssignment.systemVersion attribute defined at extension catalog. |
static java.lang.String |
VALUE
Generated constant - Attribute key of
AttributeValueAssignment.value attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AttributeValueAssignmentModel()
Generated constructor - Default constructor for generic creation.
|
AttributeValueAssignmentModel(ClassificationAttributeModel _attribute,
ClassAttributeAssignmentModel _attributeAssignment,
ItemModel _owner,
ClassificationSystemVersionModel _systemVersion,
ClassificationAttributeValueModel _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AttributeValueAssignmentModel(ClassificationAttributeValueModel _value)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AttributeValueAssignmentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationAttributeModel |
getAttribute()
Generated method - Getter of the
AttributeValueAssignment.attribute attribute defined at extension catalog. |
ClassAttributeAssignmentModel |
getAttributeAssignment()
Generated method - Getter of the
AttributeValueAssignment.attributeAssignment attribute defined at extension catalog. |
java.lang.String |
getExternalID()
Generated method - Getter of the
AttributeValueAssignment.externalID attribute defined at extension catalog. |
java.lang.Integer |
getPosition()
Generated method - Getter of the
AttributeValueAssignment.position attribute defined at extension catalog. |
ClassificationSystemVersionModel |
getSystemVersion()
Generated method - Getter of the
AttributeValueAssignment.systemVersion attribute defined at extension catalog. |
ClassificationAttributeValueModel |
getValue()
Generated method - Getter of the
AttributeValueAssignment.value attribute defined at extension catalog. |
void |
setAttribute(ClassificationAttributeModel value)
Generated method - Initial setter of
AttributeValueAssignment.attribute attribute defined at extension catalog. |
void |
setAttributeAssignment(ClassAttributeAssignmentModel value)
Generated method - Initial setter of
AttributeValueAssignment.attributeAssignment attribute defined at extension catalog. |
void |
setExternalID(java.lang.String value)
Generated method - Setter of
AttributeValueAssignment.externalID attribute defined at extension catalog. |
void |
setPosition(java.lang.Integer value)
Generated method - Setter of
AttributeValueAssignment.position attribute defined at extension catalog. |
void |
setSystemVersion(ClassificationSystemVersionModel value)
Generated method - Initial setter of
AttributeValueAssignment.systemVersion attribute defined at extension catalog. |
void |
setValue(ClassificationAttributeValueModel value)
Generated method - Initial setter of
AttributeValueAssignment.value 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 VALUE
AttributeValueAssignment.value attribute defined at extension catalog.public static final java.lang.String ATTRIBUTEASSIGNMENT
AttributeValueAssignment.attributeAssignment attribute defined at extension catalog.public static final java.lang.String ATTRIBUTE
AttributeValueAssignment.attribute attribute defined at extension catalog.public static final java.lang.String SYSTEMVERSION
AttributeValueAssignment.systemVersion attribute defined at extension catalog.public static final java.lang.String POSITION
AttributeValueAssignment.position attribute defined at extension catalog.public static final java.lang.String EXTERNALID
AttributeValueAssignment.externalID attribute defined at extension catalog.public AttributeValueAssignmentModel()
public AttributeValueAssignmentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AttributeValueAssignmentModel(ClassificationAttributeValueModel _value)
_value - initial attribute declared by type AttributeValueAssignment at extension catalog@Deprecated public AttributeValueAssignmentModel(ClassificationAttributeModel _attribute, ClassAttributeAssignmentModel _attributeAssignment, ItemModel _owner, ClassificationSystemVersionModel _systemVersion, ClassificationAttributeValueModel _value)
_attribute - initial attribute declared by type AttributeValueAssignment at extension catalog_attributeAssignment - initial attribute declared by type AttributeValueAssignment at extension catalog_owner - initial attribute declared by type Item at extension core_systemVersion - initial attribute declared by type AttributeValueAssignment at extension catalog_value - initial attribute declared by type AttributeValueAssignment at extension catalog@Accessor(qualifier="attribute", type=GETTER) public ClassificationAttributeModel getAttribute()
AttributeValueAssignment.attribute attribute defined at extension catalog.@Accessor(qualifier="attributeAssignment", type=GETTER) public ClassAttributeAssignmentModel getAttributeAssignment()
AttributeValueAssignment.attributeAssignment attribute defined at extension catalog.@Accessor(qualifier="externalID", type=GETTER) public java.lang.String getExternalID()
AttributeValueAssignment.externalID attribute defined at extension catalog.@Accessor(qualifier="position", type=GETTER) public java.lang.Integer getPosition()
AttributeValueAssignment.position attribute defined at extension catalog.@Accessor(qualifier="systemVersion", type=GETTER) public ClassificationSystemVersionModel getSystemVersion()
AttributeValueAssignment.systemVersion attribute defined at extension catalog.@Accessor(qualifier="value", type=GETTER) public ClassificationAttributeValueModel getValue()
AttributeValueAssignment.value attribute defined at extension catalog.@Accessor(qualifier="attribute", type=SETTER) public void setAttribute(ClassificationAttributeModel value)
AttributeValueAssignment.attribute attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the attribute@Accessor(qualifier="attributeAssignment", type=SETTER) public void setAttributeAssignment(ClassAttributeAssignmentModel value)
AttributeValueAssignment.attributeAssignment attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the attributeAssignment@Accessor(qualifier="externalID", type=SETTER) public void setExternalID(java.lang.String value)
AttributeValueAssignment.externalID attribute defined at extension catalog.value - the externalID - external identifier refering to the actual classification system definition@Accessor(qualifier="position", type=SETTER) public void setPosition(java.lang.Integer value)
AttributeValueAssignment.position attribute defined at extension catalog.value - the position@Accessor(qualifier="systemVersion", type=SETTER) public void setSystemVersion(ClassificationSystemVersionModel value)
AttributeValueAssignment.systemVersion attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the systemVersion@Accessor(qualifier="value", type=SETTER) public void setValue(ClassificationAttributeValueModel value)
AttributeValueAssignment.value attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the valueCopyright © 2018 SAP SE. All Rights Reserved.