public class ObjectCollectionElementModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_COCKPITABSTRACTCOLLECTION2ELEMENTRELATION
Generated relation code constant for relation
CockpitAbstractCollection2ElementRelation defining source attribute collection in extension cockpit. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COLLECTION
Generated constant - Attribute key of
ObjectCollectionElement.collection attribute defined at extension cockpit. |
static String |
OBJECTTYPECODE
Generated constant - Attribute key of
ObjectCollectionElement.objectTypeCode attribute defined at extension cockpit. |
static String |
POSITION
Generated constant - Attribute key of
ObjectCollectionElement.position attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ObjectCollectionElementModel()
Generated constructor - Default constructor for generic creation.
|
ObjectCollectionElementModel(CockpitObjectAbstractCollectionModel _collection,
String _objectTypeCode)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ObjectCollectionElementModel(CockpitObjectAbstractCollectionModel _collection,
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. |
String |
getObjectTypeCode()
Generated method - Getter of the
ObjectCollectionElement.objectTypeCode attribute defined at extension cockpit. |
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(String value)
Generated method - Setter of
ObjectCollectionElement.objectTypeCode attribute defined at extension cockpit. |
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 _COCKPITABSTRACTCOLLECTION2ELEMENTRELATION
CockpitAbstractCollection2ElementRelation defining source attribute collection in extension cockpit.public static final String OBJECTTYPECODE
ObjectCollectionElement.objectTypeCode attribute defined at extension cockpit.public static final String POSITION
ObjectCollectionElement.position attribute defined at extension cockpit.public static final 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, 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, 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 String getObjectTypeCode()
ObjectCollectionElement.objectTypeCode attribute defined at extension cockpit.@Accessor(qualifier="position", type=GETTER) public 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 © 2017 SAP SE. All Rights Reserved.