public class DividerModel extends AbstractLinkEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
HEIGHT
Generated constant - Attribute key of
Divider.height attribute defined at extension mcc. |
static java.lang.String |
SPACER
Generated constant - Attribute key of
Divider.spacer attribute defined at extension mcc. |
_PRINCIPAL2READABLEABSTRACTLINKENTRYRELATION, AREA, CODE, READPRINCIPALS, SORTORDER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DividerModel()
Generated constructor - Default constructor for generic creation.
|
DividerModel(CockpitLinkArea _area,
java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DividerModel(CockpitLinkArea _area,
java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DividerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getHeight()
Generated method - Getter of the
Divider.height attribute defined at extension mcc. |
boolean |
isSpacer()
Generated method - Getter of the
Divider.spacer attribute defined at extension mcc. |
void |
setHeight(java.lang.Integer value)
Generated method - Setter of
Divider.height attribute defined at extension mcc. |
void |
setSpacer(boolean value)
Generated method - Setter of
Divider.spacer attribute defined at extension mcc. |
getArea, getCode, getReadPrincipals, getSortorder, setArea, setCode, setReadPrincipals, setSortordergetComments, 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 HEIGHT
Divider.height attribute defined at extension mcc.public static final java.lang.String SPACER
Divider.spacer attribute defined at extension mcc.public DividerModel()
public DividerModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public DividerModel(CockpitLinkArea _area, java.lang.String _code)
_area - initial attribute declared by type AbstractLinkEntry at extension mcc_code - initial attribute declared by type AbstractLinkEntry at extension mcc@Deprecated public DividerModel(CockpitLinkArea _area, java.lang.String _code, ItemModel _owner)
_area - initial attribute declared by type AbstractLinkEntry at extension mcc_code - initial attribute declared by type AbstractLinkEntry at extension mcc_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="height", type=GETTER) public java.lang.Integer getHeight()
Divider.height attribute defined at extension mcc.@Accessor(qualifier="spacer", type=GETTER) public boolean isSpacer()
Divider.spacer attribute defined at extension mcc.@Accessor(qualifier="height", type=SETTER) public void setHeight(java.lang.Integer value)
Divider.height attribute defined at extension mcc.value - the heightCopyright © 2018 SAP SE. All Rights Reserved.