Class GeneratedOpeningSchedule

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
OpeningSchedule

public abstract class GeneratedOpeningSchedule extends GenericItem
Generated class for type OpeningSchedule.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedOpeningSchedule

      public GeneratedOpeningSchedule()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the OpeningSchedule.code attribute.
      Returns:
      the code
    • getCode

      public String getCode()
      Generated method - Getter of the OpeningSchedule.code attribute.
      Returns:
      the code
    • setCode

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the OpeningSchedule.code attribute.
      Parameters:
      value - the code
    • setCode

      public void setCode(String value)
      Generated method - Setter of the OpeningSchedule.code attribute.
      Parameters:
      value - the code
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the OpeningSchedule.name attribute.
      Returns:
      the name
    • getName

      public String getName()
      Generated method - Getter of the OpeningSchedule.name attribute.
      Returns:
      the name
    • getAllName

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the OpeningSchedule.name attribute.
      Returns:
      the localized name
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the OpeningSchedule.name attribute.
      Returns:
      the localized name
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the OpeningSchedule.name attribute.
      Parameters:
      value - the name
    • setName

      public void setName(String value)
      Generated method - Setter of the OpeningSchedule.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the OpeningSchedule.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the OpeningSchedule.name attribute.
      Parameters:
      value - the name
    • getOpeningDays

      public Collection<OpeningDay> getOpeningDays(SessionContext ctx)
      Generated method - Getter of the OpeningSchedule.openingDays attribute.
      Returns:
      the openingDays
    • getOpeningDays

      public Collection<OpeningDay> getOpeningDays()
      Generated method - Getter of the OpeningSchedule.openingDays attribute.
      Returns:
      the openingDays
    • setOpeningDays

      public void setOpeningDays(SessionContext ctx, Collection<OpeningDay> value)
      Generated method - Setter of the OpeningSchedule.openingDays attribute.
      Parameters:
      value - the openingDays
    • setOpeningDays

      public void setOpeningDays(Collection<OpeningDay> value)
      Generated method - Setter of the OpeningSchedule.openingDays attribute.
      Parameters:
      value - the openingDays
    • addToOpeningDays

      public void addToOpeningDays(SessionContext ctx, OpeningDay value)
      Generated method - Adds value to openingDays.
      Parameters:
      value - the item to add to openingDays
    • addToOpeningDays

      public void addToOpeningDays(OpeningDay value)
      Generated method - Adds value to openingDays.
      Parameters:
      value - the item to add to openingDays
    • removeFromOpeningDays

      public void removeFromOpeningDays(SessionContext ctx, OpeningDay value)
      Generated method - Removes value from openingDays.
      Parameters:
      value - the item to remove from openingDays
    • removeFromOpeningDays

      public void removeFromOpeningDays(OpeningDay value)
      Generated method - Removes value from openingDays.
      Parameters:
      value - the item to remove from openingDays