public class OndemandGlobalPreferenceModel extends ItemModel
Adding Ondemand Global Preference.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ATSPOLLINGTIME
Generated constant - Attribute key of
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon. |
static String |
TENANTID
Generated constant - Attribute key of
OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
OndemandGlobalPreferenceModel()
Generated constructor - Default constructor for generic creation.
|
OndemandGlobalPreferenceModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
OndemandGlobalPreferenceModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getAtsPollingTime()
Generated method - Getter of the
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon. |
String |
getTenantID()
Generated method - Getter of the
OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon. |
void |
setAtsPollingTime(Long value)
Generated method - Setter of
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon. |
void |
setTenantID(String value)
Generated method - Setter of
OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon. |
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 ATSPOLLINGTIME
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon.public static final String TENANTID
OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon.public OndemandGlobalPreferenceModel()
public OndemandGlobalPreferenceModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public OndemandGlobalPreferenceModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="atsPollingTime", type=GETTER) public Long getAtsPollingTime()
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon.@Accessor(qualifier="tenantID", type=GETTER) public String getTenantID()
OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon.@Accessor(qualifier="atsPollingTime", type=SETTER) public void setAtsPollingTime(Long value)
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon.value - the atsPollingTimeCopyright © 2017 SAP SE. All Rights Reserved.