public class TypeManagerManagedModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AUTOCREATE
Generated constant - Attribute key of
TypeManagerManaged.autocreate attribute defined at extension core. |
static String |
DEPRECATED
Generated constant - Attribute key of
TypeManagerManaged.deprecated attribute defined at extension core. |
static String |
EXTENSIONNAME
Generated constant - Attribute key of
TypeManagerManaged.extensionName attribute defined at extension core. |
static String |
GENERATE
Generated constant - Attribute key of
TypeManagerManaged.generate attribute defined at extension core. |
static String |
NAME
Generated constant - Attribute key of
TypeManagerManaged.name attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TypeManagerManagedModel()
Generated constructor - Default constructor for generic creation.
|
TypeManagerManagedModel(Boolean _generate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TypeManagerManagedModel(Boolean _generate,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TypeManagerManagedModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutocreate()
Generated method - Getter of the
TypeManagerManaged.autocreate attribute defined at extension core. |
Boolean |
getDeprecated()
Generated method - Getter of the
TypeManagerManaged.deprecated attribute defined at extension core. |
String |
getExtensionName()
Generated method - Getter of the
TypeManagerManaged.extensionName attribute defined at extension core. |
Boolean |
getGenerate()
Generated method - Getter of the
TypeManagerManaged.generate attribute defined at extension core. |
String |
getName()
Generated method - Getter of the
TypeManagerManaged.name attribute defined at extension core. |
String |
getName(Locale loc)
Generated method - Getter of the
TypeManagerManaged.name attribute defined at extension core. |
void |
setAutocreate(Boolean value)
Generated method - Setter of
TypeManagerManaged.autocreate attribute defined at extension core. |
void |
setExtensionName(String value)
Generated method - Setter of
TypeManagerManaged.extensionName attribute defined at extension core. |
void |
setGenerate(Boolean value)
Generated method - Setter of
TypeManagerManaged.generate attribute defined at extension core. |
void |
setName(String value)
Generated method - Setter of
TypeManagerManaged.name attribute defined at extension core. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
TypeManagerManaged.name attribute defined at extension core. |
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 NAME
TypeManagerManaged.name attribute defined at extension core.public static final String EXTENSIONNAME
TypeManagerManaged.extensionName attribute defined at extension core.public static final String DEPRECATED
TypeManagerManaged.deprecated attribute defined at extension core.public static final String AUTOCREATE
TypeManagerManaged.autocreate attribute defined at extension core.public static final String GENERATE
TypeManagerManaged.generate attribute defined at extension core.public TypeManagerManagedModel()
public TypeManagerManagedModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TypeManagerManagedModel(Boolean _generate)
_generate - initial attribute declared by type TypeManagerManaged at extension core@Deprecated public TypeManagerManagedModel(Boolean _generate, ItemModel _owner)
_generate - initial attribute declared by type TypeManagerManaged at extension core_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="autocreate", type=GETTER) public Boolean getAutocreate()
TypeManagerManaged.autocreate attribute defined at extension core.@Accessor(qualifier="deprecated", type=GETTER) public Boolean getDeprecated()
TypeManagerManaged.deprecated attribute defined at extension core.@Accessor(qualifier="extensionName", type=GETTER) public String getExtensionName()
TypeManagerManaged.extensionName attribute defined at extension core.@Accessor(qualifier="generate", type=GETTER) public Boolean getGenerate()
TypeManagerManaged.generate attribute defined at extension core.@Accessor(qualifier="name", type=GETTER) public String getName()
TypeManagerManaged.name attribute defined at extension core.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
TypeManagerManaged.name attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="autocreate", type=SETTER) public void setAutocreate(Boolean value)
TypeManagerManaged.autocreate attribute defined at extension core.value - the autocreate@Accessor(qualifier="extensionName", type=SETTER) public void setExtensionName(String value)
TypeManagerManaged.extensionName attribute defined at extension core.value - the extensionName@Accessor(qualifier="generate", type=SETTER) public void setGenerate(Boolean value)
TypeManagerManaged.generate attribute defined at extension core.value - the generate@Accessor(qualifier="name", type=SETTER) public void setName(String value)
TypeManagerManaged.name attribute defined at extension core.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
TypeManagerManaged.name attribute defined at extension core.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.