Class OndemandGlobalPreferenceModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.integration.commons.model.OndemandGlobalPreferenceModel
-
- All Implemented Interfaces:
java.io.Serializable
public class OndemandGlobalPreferenceModel extends ItemModel
Generated model class for type OndemandGlobalPreference first defined at extension ondemandcommon.Adding Ondemand Global Preference.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringATSPOLLINGTIMEGenerated constant - Attribute key ofOndemandGlobalPreference.atsPollingTimeattribute defined at extensionondemandcommon.static java.lang.StringTENANTIDGenerated constant - Attribute key ofOndemandGlobalPreference.tenantIDattribute defined at extensionondemandcommon.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description OndemandGlobalPreferenceModel()Generated constructor - Default constructor for generic creation.OndemandGlobalPreferenceModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOndemandGlobalPreferenceModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetAtsPollingTime()Generated method - Getter of theOndemandGlobalPreference.atsPollingTimeattribute defined at extensionondemandcommon.java.lang.StringgetTenantID()Generated method - Getter of theOndemandGlobalPreference.tenantIDattribute defined at extensionondemandcommon.voidsetAtsPollingTime(java.lang.Long value)Generated method - Setter ofOndemandGlobalPreference.atsPollingTimeattribute defined at extensionondemandcommon.voidsetTenantID(java.lang.String value)Generated method - Setter ofOndemandGlobalPreference.tenantIDattribute defined at extensionondemandcommon.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
ATSPOLLINGTIME
public static final java.lang.String ATSPOLLINGTIME
Generated constant - Attribute key ofOndemandGlobalPreference.atsPollingTimeattribute defined at extensionondemandcommon.- See Also:
- Constant Field Values
-
TENANTID
public static final java.lang.String TENANTID
Generated constant - Attribute key ofOndemandGlobalPreference.tenantIDattribute defined at extensionondemandcommon.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OndemandGlobalPreferenceModel
public OndemandGlobalPreferenceModel()
Generated constructor - Default constructor for generic creation.
-
OndemandGlobalPreferenceModel
public OndemandGlobalPreferenceModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
OndemandGlobalPreferenceModel
@Deprecated(since="4.1.1", forRemoval=true) public OndemandGlobalPreferenceModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getAtsPollingTime
@Accessor(qualifier="atsPollingTime", type=GETTER) public java.lang.Long getAtsPollingTime()
Generated method - Getter of theOndemandGlobalPreference.atsPollingTimeattribute defined at extensionondemandcommon.- Returns:
- the atsPollingTime
-
getTenantID
@Accessor(qualifier="tenantID", type=GETTER) public java.lang.String getTenantID()
Generated method - Getter of theOndemandGlobalPreference.tenantIDattribute defined at extensionondemandcommon.- Returns:
- the tenantID
-
setAtsPollingTime
@Accessor(qualifier="atsPollingTime", type=SETTER) public void setAtsPollingTime(java.lang.Long value)
Generated method - Setter ofOndemandGlobalPreference.atsPollingTimeattribute defined at extensionondemandcommon.- Parameters:
value- the atsPollingTime
-
-