public class OndemandGlobalPreferenceModel extends ItemModel
Adding Ondemand Global Preference.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ATSPOLLINGTIME
Generated constant - Attribute key of
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon. |
static java.lang.String |
TENANTID
Generated constant - Attribute key of
OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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 |
|---|---|
java.lang.Long |
getAtsPollingTime()
Generated method - Getter of the
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon. |
java.lang.String |
getTenantID()
Generated method - Getter of the
OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon. |
void |
setAtsPollingTime(java.lang.Long value)
Generated method - Setter of
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon. |
void |
setTenantID(java.lang.String value)
Generated method - Setter of
OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon. |
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 ATSPOLLINGTIME
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon.public static final java.lang.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 java.lang.Long getAtsPollingTime()
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon.@Accessor(qualifier="tenantID", type=GETTER) public java.lang.String getTenantID()
OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon.@Accessor(qualifier="atsPollingTime", type=SETTER) public void setAtsPollingTime(java.lang.Long value)
OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon.value - the atsPollingTimeCopyright © 2018 SAP SE. All Rights Reserved.