Class GeneratedSiteMessageForCustomer

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

public abstract class GeneratedSiteMessageForCustomer extends GenericItem
Generated class for type SiteMessageForCustomer.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSiteMessageForCustomer

      public GeneratedSiteMessageForCustomer()
  • Method Details

    • getDefaultAttributeModes

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

      public Customer getCustomer(SessionContext ctx)
      Generated method - Getter of the SiteMessageForCustomer.customer attribute.
      Returns:
      the customer
    • getCustomer

      public Customer getCustomer()
      Generated method - Getter of the SiteMessageForCustomer.customer attribute.
      Returns:
      the customer
    • setCustomer

      protected void setCustomer(SessionContext ctx, Customer value)
      Generated method - Setter of the SiteMessageForCustomer.customer attribute.
      Parameters:
      value - the customer
    • setCustomer

      protected void setCustomer(Customer value)
      Generated method - Setter of the SiteMessageForCustomer.customer attribute.
      Parameters:
      value - the customer
    • getMessage

      public SiteMessage getMessage(SessionContext ctx)
      Generated method - Getter of the SiteMessageForCustomer.message attribute.
      Returns:
      the message
    • getMessage

      public SiteMessage getMessage()
      Generated method - Getter of the SiteMessageForCustomer.message attribute.
      Returns:
      the message
    • setMessage

      protected void setMessage(SessionContext ctx, SiteMessage value)
      Generated method - Setter of the SiteMessageForCustomer.message attribute.
      Parameters:
      value - the message
    • setMessage

      protected void setMessage(SiteMessage value)
      Generated method - Setter of the SiteMessageForCustomer.message attribute.
      Parameters:
      value - the message
    • getSentDate

      public Date getSentDate(SessionContext ctx)
      Generated method - Getter of the SiteMessageForCustomer.sentDate attribute.
      Returns:
      the sentDate
    • getSentDate

      public Date getSentDate()
      Generated method - Getter of the SiteMessageForCustomer.sentDate attribute.
      Returns:
      the sentDate
    • setSentDate

      protected void setSentDate(SessionContext ctx, Date value)
      Generated method - Setter of the SiteMessageForCustomer.sentDate attribute.
      Parameters:
      value - the sentDate
    • setSentDate

      protected void setSentDate(Date value)
      Generated method - Setter of the SiteMessageForCustomer.sentDate attribute.
      Parameters:
      value - the sentDate