Class 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
    • 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 of OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon.
        See Also:
        Constant Field Values
      • TENANTID

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

      • getAtsPollingTime

        @Accessor(qualifier="atsPollingTime",
                  type=GETTER)
        public java.lang.Long getAtsPollingTime()
        Generated method - Getter of the OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon.
        Returns:
        the atsPollingTime
      • getTenantID

        @Accessor(qualifier="tenantID",
                  type=GETTER)
        public java.lang.String getTenantID()
        Generated method - Getter of the OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon.
        Returns:
        the tenantID
      • setAtsPollingTime

        @Accessor(qualifier="atsPollingTime",
                  type=SETTER)
        public void setAtsPollingTime​(java.lang.Long value)
        Generated method - Setter of OndemandGlobalPreference.atsPollingTime attribute defined at extension ondemandcommon.
        Parameters:
        value - the atsPollingTime
      • setTenantID

        @Accessor(qualifier="tenantID",
                  type=SETTER)
        public void setTenantID​(java.lang.String value)
        Generated method - Setter of OndemandGlobalPreference.tenantID attribute defined at extension ondemandcommon.
        Parameters:
        value - the tenantID