Class GeneratedCampaign

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    Campaign

    public abstract class GeneratedCampaign
    extends GenericItem
    Generated class for type Campaign.
    See Also:
    Serialized Form
    • Field Detail

      • CODE

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

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

        public static final java.lang.String DESCRIPTION
        Qualifier of the Campaign.description attribute
        See Also:
        Constant Field Values
      • STARTDATE

        public static final java.lang.String STARTDATE
        Qualifier of the Campaign.startDate attribute
        See Also:
        Constant Field Values
      • ENDDATE

        public static final java.lang.String ENDDATE
        Qualifier of the Campaign.endDate attribute
        See Also:
        Constant Field Values
      • ENABLED

        public static final java.lang.String ENABLED
        Qualifier of the Campaign.enabled 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

      • GeneratedCampaign

        public GeneratedCampaign()
    • Method Detail

      • getCode

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

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

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

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

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the Campaign.description attribute.
        Returns:
        the description
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the Campaign.description attribute.
        Returns:
        the description
      • getAllDescription

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

        public java.util.Map<Language,​java.lang.String> getAllDescription()
        Generated method - Getter of the Campaign.description attribute.
        Returns:
        the localized description
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the Campaign.description attribute.
        Parameters:
        value - the description
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the Campaign.description attribute.
        Parameters:
        value - the description
      • setAllDescription

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

        public void setAllDescription​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the Campaign.description attribute.
        Parameters:
        value - the description
      • isEnabled

        public java.lang.Boolean isEnabled​(SessionContext ctx)
        Generated method - Getter of the Campaign.enabled attribute.
        Returns:
        the enabled
      • isEnabled

        public java.lang.Boolean isEnabled()
        Generated method - Getter of the Campaign.enabled attribute.
        Returns:
        the enabled
      • isEnabledAsPrimitive

        public boolean isEnabledAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Campaign.enabled attribute.
        Returns:
        the enabled
      • isEnabledAsPrimitive

        public boolean isEnabledAsPrimitive()
        Generated method - Getter of the Campaign.enabled attribute.
        Returns:
        the enabled
      • setEnabled

        public void setEnabled​(SessionContext ctx,
                               java.lang.Boolean value)
        Generated method - Setter of the Campaign.enabled attribute.
        Parameters:
        value - the enabled
      • setEnabled

        public void setEnabled​(java.lang.Boolean value)
        Generated method - Setter of the Campaign.enabled attribute.
        Parameters:
        value - the enabled
      • setEnabled

        public void setEnabled​(SessionContext ctx,
                               boolean value)
        Generated method - Setter of the Campaign.enabled attribute.
        Parameters:
        value - the enabled
      • setEnabled

        public void setEnabled​(boolean value)
        Generated method - Setter of the Campaign.enabled attribute.
        Parameters:
        value - the enabled
      • getEndDate

        public java.util.Date getEndDate​(SessionContext ctx)
        Generated method - Getter of the Campaign.endDate attribute.
        Returns:
        the endDate
      • getEndDate

        public java.util.Date getEndDate()
        Generated method - Getter of the Campaign.endDate attribute.
        Returns:
        the endDate
      • setEndDate

        public void setEndDate​(SessionContext ctx,
                               java.util.Date value)
        Generated method - Setter of the Campaign.endDate attribute.
        Parameters:
        value - the endDate
      • setEndDate

        public void setEndDate​(java.util.Date value)
        Generated method - Setter of the Campaign.endDate attribute.
        Parameters:
        value - the endDate
      • getName

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

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

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

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

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

        public void setName​(java.lang.String value)
        Generated method - Setter of the Campaign.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 Campaign.name attribute.
        Parameters:
        value - the name
      • setAllName

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

        public java.util.Date getStartDate​(SessionContext ctx)
        Generated method - Getter of the Campaign.startDate attribute.
        Returns:
        the startDate
      • getStartDate

        public java.util.Date getStartDate()
        Generated method - Getter of the Campaign.startDate attribute.
        Returns:
        the startDate
      • setStartDate

        public void setStartDate​(SessionContext ctx,
                                 java.util.Date value)
        Generated method - Setter of the Campaign.startDate attribute.
        Parameters:
        value - the startDate
      • setStartDate

        public void setStartDate​(java.util.Date value)
        Generated method - Setter of the Campaign.startDate attribute.
        Parameters:
        value - the startDate