public class DeviceSupportModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
DeviceSupport.code attribute defined at extension liveeditaddon. |
static java.lang.String |
DEFAULT
Generated constant - Attribute key of
DeviceSupport.default attribute defined at extension liveeditaddon. |
static java.lang.String |
HEIGHT
Generated constant - Attribute key of
DeviceSupport.height attribute defined at extension liveeditaddon. |
static java.lang.String |
NAME
Generated constant - Attribute key of
DeviceSupport.name attribute defined at extension liveeditaddon. |
static java.lang.String |
ORIENTATION
Generated constant - Attribute key of
DeviceSupport.Orientation attribute defined at extension liveeditaddon. |
static java.lang.String |
SUPPORTEDUIEXPERIENCE
Generated constant - Attribute key of
DeviceSupport.supportedUiExperience attribute defined at extension liveeditaddon. |
static java.lang.String |
WIDTH
Generated constant - Attribute key of
DeviceSupport.width attribute defined at extension liveeditaddon. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DeviceSupportModel()
Generated constructor - Default constructor for generic creation.
|
DeviceSupportModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
DeviceSupportModel(java.lang.String _code,
ItemModel _owner,
UiExperienceLevel _supportedUiExperience)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DeviceSupportModel(java.lang.String _code,
UiExperienceLevel _supportedUiExperience)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
DeviceSupport.code attribute defined at extension liveeditaddon. |
java.lang.Integer |
getHeight()
Generated method - Getter of the
DeviceSupport.height attribute defined at extension liveeditaddon. |
java.lang.String |
getName()
Generated method - Getter of the
DeviceSupport.name attribute defined at extension liveeditaddon. |
java.lang.String |
getName(java.util.Locale loc)
Generated method - Getter of the
DeviceSupport.name attribute defined at extension liveeditaddon. |
UiExperienceLevel |
getSupportedUiExperience()
Generated method - Getter of the
DeviceSupport.supportedUiExperience attribute defined at extension liveeditaddon. |
java.lang.Integer |
getWidth()
Generated method - Getter of the
DeviceSupport.width attribute defined at extension liveeditaddon. |
boolean |
isDefault()
Generated method - Getter of the
DeviceSupport.default attribute defined at extension liveeditaddon. |
boolean |
isOrientation()
Generated method - Getter of the
DeviceSupport.Orientation attribute defined at extension liveeditaddon. |
void |
setCode(java.lang.String value)
Generated method - Setter of
DeviceSupport.code attribute defined at extension liveeditaddon. |
void |
setDefault(boolean value)
Generated method - Setter of
DeviceSupport.default attribute defined at extension liveeditaddon. |
void |
setHeight(java.lang.Integer value)
Generated method - Setter of
DeviceSupport.height attribute defined at extension liveeditaddon. |
void |
setName(java.lang.String value)
Generated method - Setter of
DeviceSupport.name attribute defined at extension liveeditaddon. |
void |
setName(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
DeviceSupport.name attribute defined at extension liveeditaddon. |
void |
setOrientation(boolean value)
Generated method - Setter of
DeviceSupport.Orientation attribute defined at extension liveeditaddon. |
void |
setSupportedUiExperience(UiExperienceLevel value)
Generated method - Setter of
DeviceSupport.supportedUiExperience attribute defined at extension liveeditaddon. |
void |
setWidth(java.lang.Integer value)
Generated method - Setter of
DeviceSupport.width attribute defined at extension liveeditaddon. |
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 CODE
DeviceSupport.code attribute defined at extension liveeditaddon.public static final java.lang.String NAME
DeviceSupport.name attribute defined at extension liveeditaddon.public static final java.lang.String WIDTH
DeviceSupport.width attribute defined at extension liveeditaddon.public static final java.lang.String HEIGHT
DeviceSupport.height attribute defined at extension liveeditaddon.public static final java.lang.String ORIENTATION
DeviceSupport.Orientation attribute defined at extension liveeditaddon.public static final java.lang.String SUPPORTEDUIEXPERIENCE
DeviceSupport.supportedUiExperience attribute defined at extension liveeditaddon.public static final java.lang.String DEFAULT
DeviceSupport.default attribute defined at extension liveeditaddon.public DeviceSupportModel()
public DeviceSupportModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public DeviceSupportModel(java.lang.String _code,
UiExperienceLevel _supportedUiExperience)
_code - initial attribute declared by type DeviceSupport at extension liveeditaddon_supportedUiExperience - initial attribute declared by type DeviceSupport at extension liveeditaddon@Deprecated
public DeviceSupportModel(java.lang.String _code,
ItemModel _owner,
UiExperienceLevel _supportedUiExperience)
_code - initial attribute declared by type DeviceSupport at extension liveeditaddon_owner - initial attribute declared by type Item at extension core_supportedUiExperience - initial attribute declared by type DeviceSupport at extension liveeditaddon@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
DeviceSupport.code attribute defined at extension liveeditaddon.@Accessor(qualifier="height", type=GETTER) public java.lang.Integer getHeight()
DeviceSupport.height attribute defined at extension liveeditaddon.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
DeviceSupport.name attribute defined at extension liveeditaddon.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName(java.util.Locale loc)
DeviceSupport.name attribute defined at extension liveeditaddon.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="supportedUiExperience", type=GETTER) public UiExperienceLevel getSupportedUiExperience()
DeviceSupport.supportedUiExperience attribute defined at extension liveeditaddon.@Accessor(qualifier="width", type=GETTER) public java.lang.Integer getWidth()
DeviceSupport.width attribute defined at extension liveeditaddon.@Accessor(qualifier="default", type=GETTER) public boolean isDefault()
DeviceSupport.default attribute defined at extension liveeditaddon.@Accessor(qualifier="Orientation", type=GETTER) public boolean isOrientation()
DeviceSupport.Orientation attribute defined at extension liveeditaddon.@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
DeviceSupport.code attribute defined at extension liveeditaddon.value - the code@Accessor(qualifier="default", type=SETTER) public void setDefault(boolean value)
DeviceSupport.default attribute defined at extension liveeditaddon.value - the default - Defines if the device is optional for current ui experience@Accessor(qualifier="height", type=SETTER) public void setHeight(java.lang.Integer value)
DeviceSupport.height attribute defined at extension liveeditaddon.value - the height - Defines the device viewport height size@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
DeviceSupport.name attribute defined at extension liveeditaddon.value - the name - Defines the name of device@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value, java.util.Locale loc)
DeviceSupport.name attribute defined at extension liveeditaddon.value - the name - Defines the name of deviceloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="Orientation", type=SETTER) public void setOrientation(boolean value)
DeviceSupport.Orientation attribute defined at extension liveeditaddon.value - the Orientation - Defines if the device has orientation support like horizontal, vertical@Accessor(qualifier="supportedUiExperience", type=SETTER) public void setSupportedUiExperience(UiExperienceLevel value)
DeviceSupport.supportedUiExperience attribute defined at extension liveeditaddon.value - the supportedUiExperience - Defines the ui experience level which is supported by this deviceCopyright © 2018 SAP SE. All Rights Reserved.