public class VariantAttributeDescriptorModel extends AttributeDescriptorModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
POSITION
Generated constant - Attribute key of
VariantAttributeDescriptor.position attribute defined at extension catalog. |
_ATTRIBUTECONSTRAINTATTRIBUTEDESCRELATION, ATTRIBUTEHANDLER, CONSTRAINTS, DATABASECOLUMN, DECLARINGENCLOSINGTYPE, DEFAULTVALUE, DEFAULTVALUEDEFINITIONSTRING, DESCRIPTION, DONTCOPY, ENCLOSINGTYPE, ENCRYPTED, HIDDENFORUI, INITIAL, LOCALIZED, MODIFIERS, OPTIONAL, PARTOF, PERSISTENCECLASS, PERSISTENCEQUALIFIER, PERSISTENCETYPE, PRIMITIVE, PRIVATE, PROPERTY, PROPOSEDDATABASECOLUMN, READABLE, READONLYFORUI, REMOVABLE, SEARCH, SELECTIONOF, UNIQUE, WRITABLEATTRIBUTETYPE, QUALIFIERAUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
VariantAttributeDescriptorModel()
Generated constructor - Default constructor for generic creation.
|
VariantAttributeDescriptorModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
VariantAttributeDescriptorModel(TypeModel _attributeType,
VariantTypeModel _enclosingType,
java.lang.Boolean _generate,
java.lang.Boolean _partOf,
java.lang.String _qualifier)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
VariantAttributeDescriptorModel(TypeModel _attributeType,
VariantTypeModel _enclosingType,
java.lang.Boolean _generate,
ItemModel _owner,
java.lang.Boolean _partOf,
java.lang.String _qualifier)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
VariantTypeModel |
getEnclosingType()
Generated method - Getter of the
AttributeDescriptor.enclosingType attribute defined at extension core and redeclared at extension catalog. |
java.lang.Integer |
getPosition()
Generated method - Getter of the
VariantAttributeDescriptor.position attribute defined at extension catalog. |
void |
setEnclosingType(ComposedTypeModel value)
Generated method - Initial setter of
AttributeDescriptor.enclosingType attribute defined at extension core and redeclared at extension catalog. |
void |
setPosition(java.lang.Integer value)
Generated method - Setter of
VariantAttributeDescriptor.position attribute defined at extension catalog. |
getAttributeHandler, getConstraints, getDatabaseColumn, getDeclaringEnclosingType, getDefaultValue, getDescription, getDescription, getDontCopy, getEncrypted, getHiddenForUI, getInitial, getLocalized, getModifiers, getOptional, getPartOf, getPersistenceClass, getPrimitive, getPrivate, getProperty, getProposedDatabaseColumn, getReadable, getReadOnlyForUI, getRemovable, getSearch, getSelectionOf, getUnique, getWritable, setAttributeHandler, setConstraints, setDatabaseColumn, setDefaultValue, setDescription, setDescription, setDontCopy, setEncrypted, setHiddenForUI, setInitial, setModifiers, setOptional, setPartOf, setPrimitive, setPrivate, setProperty, setReadable, setReadOnlyForUI, setRemovable, setSearch, setUnique, setWritablegetAttributeType, getQualifier, setAttributeType, setQualifiergetAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setNamegetComments, 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 POSITION
VariantAttributeDescriptor.position attribute defined at extension catalog.public VariantAttributeDescriptorModel()
public VariantAttributeDescriptorModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public VariantAttributeDescriptorModel(TypeModel _attributeType, VariantTypeModel _enclosingType, java.lang.Boolean _generate, java.lang.Boolean _partOf, java.lang.String _qualifier)
_attributeType - initial attribute declared by type Descriptor at extension core_enclosingType - initial attribute declared by type VariantAttributeDescriptor at extension catalog_generate - initial attribute declared by type TypeManagerManaged at extension core_partOf - initial attribute declared by type AttributeDescriptor at extension core_qualifier - initial attribute declared by type Descriptor at extension core@Deprecated public VariantAttributeDescriptorModel(TypeModel _attributeType, VariantTypeModel _enclosingType, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _partOf, java.lang.String _qualifier)
_attributeType - initial attribute declared by type Descriptor at extension core_enclosingType - initial attribute declared by type VariantAttributeDescriptor at extension catalog_generate - initial attribute declared by type TypeManagerManaged at extension core_owner - initial attribute declared by type Item at extension core_partOf - initial attribute declared by type AttributeDescriptor at extension core_qualifier - initial attribute declared by type Descriptor at extension core@Accessor(qualifier="enclosingType", type=GETTER) public VariantTypeModel getEnclosingType()
AttributeDescriptor.enclosingType attribute defined at extension core and redeclared at extension catalog.getEnclosingType in class AttributeDescriptorModel@Accessor(qualifier="position", type=GETTER) public java.lang.Integer getPosition()
VariantAttributeDescriptor.position attribute defined at extension catalog.@Accessor(qualifier="enclosingType", type=SETTER) public void setEnclosingType(ComposedTypeModel value)
AttributeDescriptor.enclosingType attribute defined at extension core and redeclared at extension catalog. Can only be used at creation of model - before first save. Will only accept values of type VariantTypeModel.setEnclosingType in class AttributeDescriptorModelvalue - the enclosingTypeCopyright © 2018 SAP SE. All Rights Reserved.