Class 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
    • 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 relation BaseStore2OndemandBaseStorePreferenceRel defining source attribute baseStore in extension ondemandcommon.
        See Also:
        Constant Field Values
      • EXTERNALCALLSENABLED

        public static final java.lang.String EXTERNALCALLSENABLED
        Generated constant - Attribute key of OndemandBaseStorePreference.externalCallsEnabled attribute defined at extension ondemandcommon.
        See Also:
        Constant Field Values
      • ATSFORMULA

        public static final java.lang.String ATSFORMULA
        Generated constant - Attribute key of OndemandBaseStorePreference.atsFormula attribute defined at extension ondemandcommon.
        See Also:
        Constant Field Values
      • BASESTORE

        public static final java.lang.String BASESTORE
        Generated constant - Attribute key of OndemandBaseStorePreference.baseStore attribute defined at extension ondemandcommon.
        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 parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _externalCallsEnabled - initial attribute declared by type OndemandBaseStorePreference at extension ondemandcommon
      • 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 parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _externalCallsEnabled - initial attribute declared by type OndemandBaseStorePreference at extension ondemandcommon
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getAtsFormula

        @Accessor(qualifier="atsFormula",
                  type=GETTER)
        public java.lang.String getAtsFormula()
        Generated method - Getter of the OndemandBaseStorePreference.atsFormula attribute defined at extension ondemandcommon.
        Returns:
        the atsFormula
      • getBaseStore

        @Accessor(qualifier="baseStore",
                  type=GETTER)
        public BaseStoreModel getBaseStore()
        Generated method - Getter of the OndemandBaseStorePreference.baseStore attribute defined at extension ondemandcommon.
        Returns:
        the baseStore
      • isExternalCallsEnabled

        @Accessor(qualifier="externalCallsEnabled",
                  type=GETTER)
        public boolean isExternalCallsEnabled()
        Generated method - Getter of the OndemandBaseStorePreference.externalCallsEnabled attribute defined at extension ondemandcommon.
        Returns:
        the externalCallsEnabled
      • setAtsFormula

        @Accessor(qualifier="atsFormula",
                  type=SETTER)
        public void setAtsFormula​(java.lang.String value)
        Generated method - Setter of OndemandBaseStorePreference.atsFormula attribute defined at extension ondemandcommon.
        Parameters:
        value - the atsFormula
      • setBaseStore

        @Accessor(qualifier="baseStore",
                  type=SETTER)
        public void setBaseStore​(BaseStoreModel value)
        Generated method - Setter of OndemandBaseStorePreference.baseStore attribute defined at extension ondemandcommon.
        Parameters:
        value - the baseStore
      • setExternalCallsEnabled

        @Accessor(qualifier="externalCallsEnabled",
                  type=SETTER)
        public void setExternalCallsEnabled​(boolean value)
        Generated method - Setter of OndemandBaseStorePreference.externalCallsEnabled attribute defined at extension ondemandcommon.
        Parameters:
        value - the externalCallsEnabled