Class GeneratedCampaign

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

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

  • Constructor Details

    • GeneratedCampaign

      public GeneratedCampaign()
  • 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 Campaign.code attribute.
      Returns:
      the code
    • getCode

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

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

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

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

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

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

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

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

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

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

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

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

      public 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, 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
    • 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 Date getEndDate(SessionContext ctx)
      Generated method - Getter of the Campaign.endDate attribute.
      Returns:
      the endDate
    • getEndDate

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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