public class CockpitObjectSpecialCollectionModel extends CockpitObjectAbstractCollectionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
COLLECTIONTYPE
Generated constant - Attribute key of
CockpitObjectSpecialCollection.collectionType attribute defined at extension cockpit. |
_READPRINCIPAL2COCKPITOBJECTABSTRACTCOLLECTIONRELATION, _USER2COCKPITOBJECTABSTRACTCOLLECTIONRELATION, _WRITEPRINCIPAL2COCKPITOBJECTABSTRACTCOLLECTIONRELATION, DESCRIPTION, ELEMENTS, LABEL, QUALIFIER, READPRINCIPALS, USER, WRITEPRINCIPALS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CockpitObjectSpecialCollectionModel()
Generated constructor - Default constructor for generic creation.
|
CockpitObjectSpecialCollectionModel(CockpitSpecialCollectionType _collectionType,
ItemModel _owner,
java.lang.String _qualifier)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CockpitObjectSpecialCollectionModel(CockpitSpecialCollectionType _collectionType,
java.lang.String _qualifier)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CockpitObjectSpecialCollectionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CockpitSpecialCollectionType |
getCollectionType()
Generated method - Getter of the
CockpitObjectSpecialCollection.collectionType attribute defined at extension cockpit. |
void |
setCollectionType(CockpitSpecialCollectionType value)
Generated method - Setter of
CockpitObjectSpecialCollection.collectionType attribute defined at extension cockpit. |
getDescription, getDescription, getElements, getLabel, getLabel, getQualifier, getReadPrincipals, getUser, getWritePrincipals, setDescription, setDescription, setElements, setLabel, setLabel, setQualifier, setReadPrincipals, setUser, setWritePrincipalsgetComments, 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 COLLECTIONTYPE
CockpitObjectSpecialCollection.collectionType attribute defined at extension cockpit.public CockpitObjectSpecialCollectionModel()
public CockpitObjectSpecialCollectionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CockpitObjectSpecialCollectionModel(CockpitSpecialCollectionType _collectionType, java.lang.String _qualifier)
_collectionType - initial attribute declared by type CockpitObjectSpecialCollection at extension cockpit_qualifier - initial attribute declared by type CockpitObjectAbstractCollection at extension cockpit@Deprecated public CockpitObjectSpecialCollectionModel(CockpitSpecialCollectionType _collectionType, ItemModel _owner, java.lang.String _qualifier)
_collectionType - initial attribute declared by type CockpitObjectSpecialCollection at extension cockpit_owner - initial attribute declared by type Item at extension core_qualifier - initial attribute declared by type CockpitObjectAbstractCollection at extension cockpit@Accessor(qualifier="collectionType", type=GETTER) public CockpitSpecialCollectionType getCollectionType()
CockpitObjectSpecialCollection.collectionType attribute defined at extension cockpit.@Accessor(qualifier="collectionType", type=SETTER) public void setCollectionType(CockpitSpecialCollectionType value)
CockpitObjectSpecialCollection.collectionType attribute defined at extension cockpit.value - the collectionTypeCopyright © 2018 SAP SE. All Rights Reserved.