public class DescriptorModel extends TypeManagerManagedModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ATTRIBUTETYPE
Generated constant - Attribute key of
Descriptor.attributeType attribute defined at extension core. |
static String |
QUALIFIER
Generated constant - Attribute key of
Descriptor.qualifier attribute defined at extension core. |
AUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DescriptorModel()
Generated constructor - Default constructor for generic creation.
|
DescriptorModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
DescriptorModel(TypeModel _attributeType,
Boolean _generate,
ItemModel _owner,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
DescriptorModel(TypeModel _attributeType,
Boolean _generate,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
getAttributeType()
Generated method - Getter of the
Descriptor.attributeType attribute defined at extension core. |
String |
getQualifier()
Generated method - Getter of the
Descriptor.qualifier attribute defined at extension core. |
void |
setAttributeType(TypeModel value)
Generated method - Setter of
Descriptor.attributeType attribute defined at extension core. |
void |
setQualifier(String value)
Generated method - Initial setter of
Descriptor.qualifier attribute defined at extension core. |
getAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setNamegetComments, 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 QUALIFIER
Descriptor.qualifier attribute defined at extension core.public static final String ATTRIBUTETYPE
Descriptor.attributeType attribute defined at extension core.public DescriptorModel()
public DescriptorModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public DescriptorModel(TypeModel _attributeType, Boolean _generate, String _qualifier)
_attributeType - initial attribute declared by type Descriptor at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_qualifier - initial attribute declared by type Descriptor at extension core@Deprecated public DescriptorModel(TypeModel _attributeType, Boolean _generate, ItemModel _owner, String _qualifier)
_attributeType - initial attribute declared by type Descriptor at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_owner - initial attribute declared by type Item at extension core_qualifier - initial attribute declared by type Descriptor at extension core@Accessor(qualifier="attributeType", type=GETTER) public TypeModel getAttributeType()
Descriptor.attributeType attribute defined at extension core.@Accessor(qualifier="qualifier", type=GETTER) public String getQualifier()
Descriptor.qualifier attribute defined at extension core.@Accessor(qualifier="attributeType", type=SETTER) public void setAttributeType(TypeModel value)
Descriptor.attributeType attribute defined at extension core.value - the attributeTypeCopyright © 2017 SAP SE. All Rights Reserved.