Class OndemandBaseStorePreferenceModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.integration.commons.model.OndemandBaseStorePreferenceModel
-
- All Implemented Interfaces:
java.io.Serializable
public class OndemandBaseStorePreferenceModel extends ItemModel
Generated model class for type OndemandBaseStorePreference first defined at extension ondemandcommon.- 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_BASESTORE2ONDEMANDBASESTOREPREFERENCERELGenerated relation code constant for relationBaseStore2OndemandBaseStorePreferenceReldefining source attributebaseStorein extensionondemandcommon.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringATSFORMULAGenerated constant - Attribute key ofOndemandBaseStorePreference.atsFormulaattribute defined at extensionondemandcommon.static java.lang.StringBASESTOREGenerated constant - Attribute key ofOndemandBaseStorePreference.baseStoreattribute defined at extensionondemandcommon.static java.lang.StringEXTERNALCALLSENABLEDGenerated constant - Attribute key ofOndemandBaseStorePreference.externalCallsEnabledattribute 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 OndemandBaseStorePreferenceModel()Generated constructor - Default constructor for generic creation.OndemandBaseStorePreferenceModel(boolean _externalCallsEnabled)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOndemandBaseStorePreferenceModel(boolean _externalCallsEnabled, 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 parametersOndemandBaseStorePreferenceModel(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.StringgetAtsFormula()Generated method - Getter of theOndemandBaseStorePreference.atsFormulaattribute defined at extensionondemandcommon.BaseStoreModelgetBaseStore()Generated method - Getter of theOndemandBaseStorePreference.baseStoreattribute defined at extensionondemandcommon.booleanisExternalCallsEnabled()Generated method - Getter of theOndemandBaseStorePreference.externalCallsEnabledattribute defined at extensionondemandcommon.voidsetAtsFormula(java.lang.String value)Generated method - Setter ofOndemandBaseStorePreference.atsFormulaattribute defined at extensionondemandcommon.voidsetBaseStore(BaseStoreModel value)Generated method - Setter ofOndemandBaseStorePreference.baseStoreattribute defined at extensionondemandcommon.voidsetExternalCallsEnabled(boolean value)Generated method - Setter ofOndemandBaseStorePreference.externalCallsEnabledattribute 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
-
_BASESTORE2ONDEMANDBASESTOREPREFERENCEREL
public static final java.lang.String _BASESTORE2ONDEMANDBASESTOREPREFERENCEREL
Generated relation code constant for relationBaseStore2OndemandBaseStorePreferenceReldefining source attributebaseStorein extensionondemandcommon.- See Also:
- Constant Field Values
-
EXTERNALCALLSENABLED
public static final java.lang.String EXTERNALCALLSENABLED
Generated constant - Attribute key ofOndemandBaseStorePreference.externalCallsEnabledattribute defined at extensionondemandcommon.- See Also:
- Constant Field Values
-
ATSFORMULA
public static final java.lang.String ATSFORMULA
Generated constant - Attribute key ofOndemandBaseStorePreference.atsFormulaattribute defined at extensionondemandcommon.- See Also:
- Constant Field Values
-
BASESTORE
public static final java.lang.String BASESTORE
Generated constant - Attribute key ofOndemandBaseStorePreference.baseStoreattribute defined at extensionondemandcommon.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OndemandBaseStorePreferenceModel
public OndemandBaseStorePreferenceModel()
Generated constructor - Default constructor for generic creation.
-
OndemandBaseStorePreferenceModel
public OndemandBaseStorePreferenceModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
OndemandBaseStorePreferenceModel
@Deprecated(since="4.1.1", forRemoval=true) public OndemandBaseStorePreferenceModel(boolean _externalCallsEnabled)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 - Constructor with all mandatory attributes.- Parameters:
_externalCallsEnabled- initial attribute declared by typeOndemandBaseStorePreferenceat extensionondemandcommon
-
OndemandBaseStorePreferenceModel
@Deprecated(since="4.1.1", forRemoval=true) public OndemandBaseStorePreferenceModel(boolean _externalCallsEnabled, 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:
_externalCallsEnabled- initial attribute declared by typeOndemandBaseStorePreferenceat extensionondemandcommon_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getAtsFormula
@Accessor(qualifier="atsFormula", type=GETTER) public java.lang.String getAtsFormula()
Generated method - Getter of theOndemandBaseStorePreference.atsFormulaattribute defined at extensionondemandcommon.- Returns:
- the atsFormula
-
getBaseStore
@Accessor(qualifier="baseStore", type=GETTER) public BaseStoreModel getBaseStore()
Generated method - Getter of theOndemandBaseStorePreference.baseStoreattribute defined at extensionondemandcommon.- Returns:
- the baseStore
-
isExternalCallsEnabled
@Accessor(qualifier="externalCallsEnabled", type=GETTER) public boolean isExternalCallsEnabled()
Generated method - Getter of theOndemandBaseStorePreference.externalCallsEnabledattribute defined at extensionondemandcommon.- Returns:
- the externalCallsEnabled
-
setAtsFormula
@Accessor(qualifier="atsFormula", type=SETTER) public void setAtsFormula(java.lang.String value)
Generated method - Setter ofOndemandBaseStorePreference.atsFormulaattribute defined at extensionondemandcommon.- Parameters:
value- the atsFormula
-
setBaseStore
@Accessor(qualifier="baseStore", type=SETTER) public void setBaseStore(BaseStoreModel value)
Generated method - Setter ofOndemandBaseStorePreference.baseStoreattribute defined at extensionondemandcommon.- Parameters:
value- the baseStore
-
setExternalCallsEnabled
@Accessor(qualifier="externalCallsEnabled", type=SETTER) public void setExternalCallsEnabled(boolean value)
Generated method - Setter ofOndemandBaseStorePreference.externalCallsEnabledattribute defined at extensionondemandcommon.- Parameters:
value- the externalCallsEnabled
-
-