Class GeneratedOpeningSchedule

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the OpeningSchedule.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the OpeningSchedule.name attribute
        See Also:
        Constant Field Values
      • OPENINGDAYS

        public static final java.lang.String OPENINGDAYS
        Qualifier of the OpeningSchedule.openingDays attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedOpeningSchedule

        public GeneratedOpeningSchedule()
    • Method Detail

      • getCode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public void setOpeningDays​(java.util.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