public class ObjectCollectionElementModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_COCKPITABSTRACTCOLLECTION2ELEMENTRELATION
Generated relation code constant for relation
CockpitAbstractCollection2ElementRelation defining source attribute collection in extension cockpit. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
COLLECTION
Generated constant - Attribute key of
ObjectCollectionElement.collection attribute defined at extension cockpit. |
static java.lang.String |
OBJECTTYPECODE
Generated constant - Attribute key of
ObjectCollectionElement.objectTypeCode attribute defined at extension cockpit. |
static java.lang.String |
POSITION
Generated constant - Attribute key of
ObjectCollectionElement.position attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ObjectCollectionElementModel()
Generated constructor - Default constructor for generic creation.
|
ObjectCollectionElementModel(CockpitObjectAbstractCollectionModel _collection,
java.lang.String _objectTypeCode)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ObjectCollectionElementModel(CockpitObjectAbstractCollectionModel _collection,
java.lang.String _objectTypeCode,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ObjectCollectionElementModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CockpitObjectAbstractCollectionModel |
getCollection()
Generated method - Getter of the
ObjectCollectionElement.collection attribute defined at extension cockpit. |
java.lang.String |
getObjectTypeCode()
Generated method - Getter of the
ObjectCollectionElement.objectTypeCode attribute defined at extension cockpit. |
java.lang.Integer |
getPosition()
Generated method - Getter of the
ObjectCollectionElement.position attribute defined at extension cockpit. |
void |
setCollection(CockpitObjectAbstractCollectionModel value)
Generated method - Setter of
ObjectCollectionElement.collection attribute defined at extension cockpit. |
void |
setObjectTypeCode(java.lang.String value)
Generated method - Setter of
ObjectCollectionElement.objectTypeCode attribute defined at extension cockpit. |
getComments, 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 _COCKPITABSTRACTCOLLECTION2ELEMENTRELATION
CockpitAbstractCollection2ElementRelation defining source attribute collection in extension cockpit.public static final java.lang.String OBJECTTYPECODE
ObjectCollectionElement.objectTypeCode attribute defined at extension cockpit.public static final java.lang.String POSITION
ObjectCollectionElement.position attribute defined at extension cockpit.public static final java.lang.String COLLECTION
ObjectCollectionElement.collection attribute defined at extension cockpit.public ObjectCollectionElementModel()
public ObjectCollectionElementModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ObjectCollectionElementModel(CockpitObjectAbstractCollectionModel _collection, java.lang.String _objectTypeCode)
_collection - initial attribute declared by type ObjectCollectionElement at extension cockpit_objectTypeCode - initial attribute declared by type ObjectCollectionElement at extension cockpit@Deprecated public ObjectCollectionElementModel(CockpitObjectAbstractCollectionModel _collection, java.lang.String _objectTypeCode, ItemModel _owner)
_collection - initial attribute declared by type ObjectCollectionElement at extension cockpit_objectTypeCode - initial attribute declared by type ObjectCollectionElement at extension cockpit_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="collection", type=GETTER) public CockpitObjectAbstractCollectionModel getCollection()
ObjectCollectionElement.collection attribute defined at extension cockpit.@Accessor(qualifier="objectTypeCode", type=GETTER) public java.lang.String getObjectTypeCode()
ObjectCollectionElement.objectTypeCode attribute defined at extension cockpit.@Accessor(qualifier="position", type=GETTER) public java.lang.Integer getPosition()
ObjectCollectionElement.position attribute defined at extension cockpit.@Accessor(qualifier="collection", type=SETTER) public void setCollection(CockpitObjectAbstractCollectionModel value)
ObjectCollectionElement.collection attribute defined at extension cockpit.value - the collectionCopyright © 2018 SAP SE. All Rights Reserved.