public class ConfigAttributeDescriptorModel extends AttributeDescriptorModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
EXTERNALQUALIFIER
Generated constant - Attribute key of
ConfigAttributeDescriptor.externalQualifier attribute defined at extension core. |
static String |
NEEDRESTART
Generated constant - Attribute key of
ConfigAttributeDescriptor.needRestart attribute defined at extension core. |
static String |
STOREINDATABASE
Generated constant - Attribute key of
ConfigAttributeDescriptor.storeInDatabase attribute defined at extension core. |
_ATTRIBUTECONSTRAINTATTRIBUTEDESCRELATION, ATTRIBUTEHANDLER, CONSTRAINTS, DATABASECOLUMN, DECLARINGENCLOSINGTYPE, DEFAULTVALUE, DEFAULTVALUEDEFINITIONSTRING, DESCRIPTION, DONTCOPY, ENCLOSINGTYPE, ENCRYPTED, FORCELUCENEINDEXABLE, HIDDENFORUI, HMCINDEXFIELD, 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, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ConfigAttributeDescriptorModel()
Generated constructor - Default constructor for generic creation.
|
ConfigAttributeDescriptorModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ConfigAttributeDescriptorModel(TypeModel _attributeType,
ComposedTypeModel _enclosingType,
String _externalQualifier,
Boolean _generate,
Boolean _partOf,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ConfigAttributeDescriptorModel(TypeModel _attributeType,
ComposedTypeModel _enclosingType,
String _externalQualifier,
Boolean _generate,
ItemModel _owner,
Boolean _partOf,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalQualifier()
Generated method - Getter of the
ConfigAttributeDescriptor.externalQualifier attribute defined at extension core. |
Boolean |
getNeedRestart()
Generated method - Getter of the
ConfigAttributeDescriptor.needRestart attribute defined at extension core. |
Boolean |
getStoreInDatabase()
Generated method - Getter of the
ConfigAttributeDescriptor.storeInDatabase attribute defined at extension core. |
void |
setExternalQualifier(String value)
Generated method - Setter of
ConfigAttributeDescriptor.externalQualifier attribute defined at extension core. |
void |
setNeedRestart(Boolean value)
Generated method - Setter of
ConfigAttributeDescriptor.needRestart attribute defined at extension core. |
void |
setStoreInDatabase(Boolean value)
Generated method - Setter of
ConfigAttributeDescriptor.storeInDatabase attribute defined at extension core. |
getAttributeHandler, getConstraints, getDatabaseColumn, getDeclaringEnclosingType, getDefaultValue, getDescription, getDescription, getDontCopy, getEnclosingType, getEncrypted, getForceLuceneIndexable, getHiddenForUI, getHmcIndexField, getInitial, getLocalized, getModifiers, getOptional, getPartOf, getPersistenceClass, getPrimitive, getPrivate, getProperty, getProposedDatabaseColumn, getReadable, getReadOnlyForUI, getRemovable, getSearch, getSelectionOf, getUnique, getWritable, setAttributeHandler, setConstraints, setDatabaseColumn, setDefaultValue, setDescription, setDescription, setDontCopy, setEnclosingType, setEncrypted, setForceLuceneIndexable, setHiddenForUI, setHmcIndexField, 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, 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 EXTERNALQUALIFIER
ConfigAttributeDescriptor.externalQualifier attribute defined at extension core.public static final String STOREINDATABASE
ConfigAttributeDescriptor.storeInDatabase attribute defined at extension core.public static final String NEEDRESTART
ConfigAttributeDescriptor.needRestart attribute defined at extension core.public ConfigAttributeDescriptorModel()
public ConfigAttributeDescriptorModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ConfigAttributeDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, String _externalQualifier, Boolean _generate, Boolean _partOf, String _qualifier)
_attributeType - initial attribute declared by type Descriptor at extension core_enclosingType - initial attribute declared by type AttributeDescriptor at extension core_externalQualifier - initial attribute declared by type ConfigAttributeDescriptor at extension core_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 ConfigAttributeDescriptorModel(TypeModel _attributeType, ComposedTypeModel _enclosingType, String _externalQualifier, Boolean _generate, ItemModel _owner, Boolean _partOf, String _qualifier)
_attributeType - initial attribute declared by type Descriptor at extension core_enclosingType - initial attribute declared by type AttributeDescriptor at extension core_externalQualifier - initial attribute declared by type ConfigAttributeDescriptor at extension core_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="externalQualifier", type=GETTER) public String getExternalQualifier()
ConfigAttributeDescriptor.externalQualifier attribute defined at extension core.@Accessor(qualifier="needRestart", type=GETTER) public Boolean getNeedRestart()
ConfigAttributeDescriptor.needRestart attribute defined at extension core.@Accessor(qualifier="storeInDatabase", type=GETTER) public Boolean getStoreInDatabase()
ConfigAttributeDescriptor.storeInDatabase attribute defined at extension core.@Accessor(qualifier="externalQualifier", type=SETTER) public void setExternalQualifier(String value)
ConfigAttributeDescriptor.externalQualifier attribute defined at extension core.value - the externalQualifier@Accessor(qualifier="needRestart", type=SETTER) public void setNeedRestart(Boolean value)
ConfigAttributeDescriptor.needRestart attribute defined at extension core.value - the needRestartCopyright © 2017 SAP SE. All Rights Reserved.