Class GeneratedSiteMessageForCustomer

    • Field Detail

      • MESSAGE

        public static final java.lang.String MESSAGE
        Qualifier of the SiteMessageForCustomer.message attribute
        See Also:
        Constant Field Values
      • CUSTOMER

        public static final java.lang.String CUSTOMER
        Qualifier of the SiteMessageForCustomer.customer attribute
        See Also:
        Constant Field Values
      • SENTDATE

        public static final java.lang.String SENTDATE
        Qualifier of the SiteMessageForCustomer.sentDate 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

      • GeneratedSiteMessageForCustomer

        public GeneratedSiteMessageForCustomer()
    • Method Detail

      • 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 java.util.Date getSentDate​(SessionContext ctx)
        Generated method - Getter of the SiteMessageForCustomer.sentDate attribute.
        Returns:
        the sentDate
      • getSentDate

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

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

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