Class SpecialOpeningDayModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.storelocator.model.OpeningDayModel
de.hybris.platform.storelocator.model.SpecialOpeningDayModel
All Implemented Interfaces:
Serializable

public class SpecialOpeningDayModel extends OpeningDayModel
Generated model class for type SpecialOpeningDay first defined at extension basecommerce.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SpecialOpeningDay.closed attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of SpecialOpeningDay.date attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of SpecialOpeningDay.message attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of SpecialOpeningDay.name attribute defined at extension basecommerce.

    Fields inherited from class de.hybris.platform.storelocator.model.OpeningDayModel

    CLOSINGTIME, OPENINGSCHEDULE, OPENINGTIME

    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
    Generated constructor - Default constructor for generic creation.
    SpecialOpeningDayModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SpecialOpeningDay.date attribute defined at extension basecommerce.
    Generated method - Getter of the SpecialOpeningDay.message attribute defined at extension basecommerce.
    Generated method - Getter of the SpecialOpeningDay.message attribute defined at extension basecommerce.
    Generated method - Getter of the SpecialOpeningDay.name attribute defined at extension basecommerce.
    Generated method - Getter of the SpecialOpeningDay.name attribute defined at extension basecommerce.
    boolean
    Generated method - Getter of the SpecialOpeningDay.closed attribute defined at extension basecommerce.
    void
    setClosed(boolean value)
    Generated method - Setter of SpecialOpeningDay.closed attribute defined at extension basecommerce.
    void
    setDate(Date value)
    Generated method - Setter of SpecialOpeningDay.date attribute defined at extension basecommerce.
    void
    Generated method - Setter of SpecialOpeningDay.message attribute defined at extension basecommerce.
    void
    setMessage(String value, Locale loc)
    Generated method - Setter of SpecialOpeningDay.message attribute defined at extension basecommerce.
    void
    setName(String value)
    Generated method - Setter of SpecialOpeningDay.name attribute defined at extension basecommerce.
    void
    setName(String value, Locale loc)
    Generated method - Setter of SpecialOpeningDay.name attribute defined at extension basecommerce.

    Methods inherited from class de.hybris.platform.storelocator.model.OpeningDayModel

    getClosingTime, getOpeningSchedule, getOpeningTime, setClosingTime, setOpeningSchedule, setOpeningTime

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • DATE

      public static final String DATE
      Generated constant - Attribute key of SpecialOpeningDay.date attribute defined at extension basecommerce.
      See Also:
    • CLOSED

      public static final String CLOSED
      Generated constant - Attribute key of SpecialOpeningDay.closed attribute defined at extension basecommerce.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of SpecialOpeningDay.name attribute defined at extension basecommerce.
      See Also:
    • MESSAGE

      public static final String MESSAGE
      Generated constant - Attribute key of SpecialOpeningDay.message attribute defined at extension basecommerce.
      See Also:
  • Constructor Details

    • SpecialOpeningDayModel

      public SpecialOpeningDayModel()
      Generated constructor - Default constructor for generic creation.
    • SpecialOpeningDayModel

      public SpecialOpeningDayModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SpecialOpeningDayModel

      @Deprecated(since="4.1.1", forRemoval=true) public SpecialOpeningDayModel(Date _date)
      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:
      _date - initial attribute declared by type SpecialOpeningDay at extension basecommerce
    • SpecialOpeningDayModel

      @Deprecated(since="4.1.1", forRemoval=true) public SpecialOpeningDayModel(Date _date, 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:
      _date - initial attribute declared by type SpecialOpeningDay at extension basecommerce
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getDate

      @Accessor(qualifier="date", type=GETTER) public Date getDate()
      Generated method - Getter of the SpecialOpeningDay.date attribute defined at extension basecommerce.
      Returns:
      the date
    • getMessage

      @Accessor(qualifier="message", type=GETTER) public String getMessage()
      Generated method - Getter of the SpecialOpeningDay.message attribute defined at extension basecommerce.
      Returns:
      the message
    • getMessage

      @Accessor(qualifier="message", type=GETTER) public String getMessage(Locale loc)
      Generated method - Getter of the SpecialOpeningDay.message attribute defined at extension basecommerce.
      Parameters:
      loc - the value localization key
      Returns:
      the message
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the SpecialOpeningDay.name attribute defined at extension basecommerce.
      Returns:
      the name
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
      Generated method - Getter of the SpecialOpeningDay.name attribute defined at extension basecommerce.
      Parameters:
      loc - the value localization key
      Returns:
      the name
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • isClosed

      @Accessor(qualifier="closed", type=GETTER) public boolean isClosed()
      Generated method - Getter of the SpecialOpeningDay.closed attribute defined at extension basecommerce.
      Returns:
      the closed
    • setClosed

      @Accessor(qualifier="closed", type=SETTER) public void setClosed(boolean value)
      Generated method - Setter of SpecialOpeningDay.closed attribute defined at extension basecommerce.
      Parameters:
      value - the closed
    • setDate

      @Accessor(qualifier="date", type=SETTER) public void setDate(Date value)
      Generated method - Setter of SpecialOpeningDay.date attribute defined at extension basecommerce.
      Parameters:
      value - the date
    • setMessage

      @Accessor(qualifier="message", type=SETTER) public void setMessage(String value)
      Generated method - Setter of SpecialOpeningDay.message attribute defined at extension basecommerce.
      Parameters:
      value - the message
    • setMessage

      @Accessor(qualifier="message", type=SETTER) public void setMessage(String value, Locale loc)
      Generated method - Setter of SpecialOpeningDay.message attribute defined at extension basecommerce.
      Parameters:
      value - the message
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Setter of SpecialOpeningDay.name attribute defined at extension basecommerce.
      Parameters:
      value - the name
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
      Generated method - Setter of SpecialOpeningDay.name attribute defined at extension basecommerce.
      Parameters:
      value - the name
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language