public class AtomicTypeModel extends TypeModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
INHERITANCEPATHSTRING
Generated constant - Attribute key of
AtomicType.inheritancePathString attribute defined at extension core. |
static String |
JAVACLASS
Generated constant - Attribute key of
AtomicType.javaClass attribute defined at extension core. |
static String |
SUBTYPES
Generated constant - Attribute key of
AtomicType.subtypes attribute defined at extension core. |
static String |
SUPERTYPE
Generated constant - Attribute key of
AtomicType.superType attribute defined at extension core. |
CODE, DEFAULTVALUE, DESCRIPTION, XMLDEFINITIONAUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AtomicTypeModel()
Generated constructor - Default constructor for generic creation.
|
AtomicTypeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AtomicTypeModel(String _code,
Boolean _generate,
Class _javaClass)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AtomicTypeModel(String _code,
Boolean _generate,
Class _javaClass,
ItemModel _owner,
AtomicTypeModel _superType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Class |
getJavaClass()
Generated method - Getter of the
AtomicType.javaClass attribute defined at extension core. |
Collection<AtomicTypeModel> |
getSubtypes()
Generated method - Getter of the
AtomicType.subtypes attribute defined at extension core. |
AtomicTypeModel |
getSuperType()
Generated method - Getter of the
AtomicType.superType attribute defined at extension core. |
void |
setJavaClass(Class value)
Generated method - Initial setter of
AtomicType.javaClass attribute defined at extension core. |
void |
setSuperType(AtomicTypeModel value)
Generated method - Initial setter of
AtomicType.superType attribute defined at extension core. |
getCode, getDefaultValue, getDescription, getDescription, getXmldefinition, setCode, setDefaultValue, setDescription, setDescriptiongetAutocreate, 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 INHERITANCEPATHSTRING
AtomicType.inheritancePathString attribute defined at extension core.public static final String JAVACLASS
AtomicType.javaClass attribute defined at extension core.public static final String SUBTYPES
AtomicType.subtypes attribute defined at extension core.public static final String SUPERTYPE
AtomicType.superType attribute defined at extension core.public AtomicTypeModel()
public AtomicTypeModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AtomicTypeModel(String _code, Boolean _generate, Class _javaClass)
_code - initial attribute declared by type AtomicType at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_javaClass - initial attribute declared by type AtomicType at extension core@Deprecated public AtomicTypeModel(String _code, Boolean _generate, Class _javaClass, ItemModel _owner, AtomicTypeModel _superType)
_code - initial attribute declared by type AtomicType at extension core_generate - initial attribute declared by type TypeManagerManaged at extension core_javaClass - initial attribute declared by type AtomicType at extension core_owner - initial attribute declared by type Item at extension core_superType - initial attribute declared by type AtomicType at extension core@Accessor(qualifier="javaClass", type=GETTER) public Class getJavaClass()
AtomicType.javaClass attribute defined at extension core.@Accessor(qualifier="subtypes", type=GETTER) public Collection<AtomicTypeModel> getSubtypes()
AtomicType.subtypes attribute defined at extension core.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="superType", type=GETTER) public AtomicTypeModel getSuperType()
AtomicType.superType attribute defined at extension core.@Accessor(qualifier="javaClass", type=SETTER) public void setJavaClass(Class value)
AtomicType.javaClass attribute defined at extension core. Can only be used at creation of model - before first save.value - the javaClass@Accessor(qualifier="superType", type=SETTER) public void setSuperType(AtomicTypeModel value)
AtomicType.superType attribute defined at extension core. Can only be used at creation of model - before first save.value - the superTypeCopyright © 2017 SAP SE. All Rights Reserved.