Class _PromotionLog

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    PromotionLog

    public abstract class _PromotionLog
    extends BaseEntity

    Provides the _PromotionLog database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • CREATED_TIME_PROPERTY

        public static final String CREATED_TIME_PROPERTY
        Provides the 'createdTime' property name.
        See Also:
        Constant Field Values
      • CURRENT_FLAG_PROPERTY

        public static final String CURRENT_FLAG_PROPERTY
        Provides the 'currentFlag' property name.
        See Also:
        Constant Field Values
      • PROMOTION_NOTES_PROPERTY

        public static final String PROMOTION_NOTES_PROPERTY
        Provides the 'promotionNotes' property name.
        See Also:
        Constant Field Values
      • PROMOTION_STATUS_PROPERTY

        public static final String PROMOTION_STATUS_PROPERTY
        Provides the 'promotionStatus' property name.
        See Also:
        Constant Field Values
      • ADMIN_USER_PROPERTY

        public static final String ADMIN_USER_PROPERTY
        Provides the 'adminUser' relationship name.
        See Also:
        Constant Field Values
      • VERSION_PROPERTY

        public static final String VERSION_PROPERTY
        Provides the 'version' relationship name.
        See Also:
        Constant Field Values
      • PROMOTION_LOG_OID_PK_COLUMN

        public static final String PROMOTION_LOG_OID_PK_COLUMN
        Provides the 'promotion_log_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CREATED_TIME

        public static final org.apache.cayenne.exp.Property<Date> CREATED_TIME
        Provides the 'CREATED_TIME' property.
      • CURRENT_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> CURRENT_FLAG
        Provides the 'CURRENT_FLAG' property.
      • PROMOTION_NOTES

        public static final org.apache.cayenne.exp.Property<String> PROMOTION_NOTES
        Provides the 'PROMOTION_NOTES' property.
      • PROMOTION_STATUS

        public static final org.apache.cayenne.exp.Property<String> PROMOTION_STATUS
        Provides the 'PROMOTION_STATUS' property.
      • ADMIN_USER

        public static final org.apache.cayenne.exp.Property<UserAccount> ADMIN_USER
        Provides the 'ADMIN_USER' property.
      • CLIENT

        public static final org.apache.cayenne.exp.Property<Client> CLIENT
        Provides the 'CLIENT' property.
      • FORM

        public static final org.apache.cayenne.exp.Property<Form> FORM
        Provides the 'FORM' property.
      • VERSION

        public static final org.apache.cayenne.exp.Property<TemplateVersion> VERSION
        Provides the 'VERSION' property.
    • Constructor Detail

      • _PromotionLog

        public _PromotionLog()
    • Method Detail

      • setCreatedTime

        public void setCreatedTime​(Date createdTime)
        Set the createdTime value.
        Parameters:
        createdTime - the createdTime value to set
      • getCreatedTime

        public Date getCreatedTime()
        Return the createdTime value.
        Returns:
        createdTime the createdTime value
      • setCurrentFlag

        public void setCurrentFlag​(boolean currentFlag)
        Set the currentFlag value.
        Parameters:
        currentFlag - the currentFlag value to set
      • isCurrentFlag

        public boolean isCurrentFlag()
        Return the currentFlag value.
        Returns:
        currentFlag the currentFlag value
      • setPromotionNotes

        public void setPromotionNotes​(String promotionNotes)
        Set the promotionNotes value.
        Parameters:
        promotionNotes - the promotionNotes value to set
      • getPromotionNotes

        public String getPromotionNotes()
        Return the promotionNotes value.
        Returns:
        promotionNotes the promotionNotes value
      • setPromotionStatus

        public void setPromotionStatus​(String promotionStatus)
        Set the promotionStatus value.
        Parameters:
        promotionStatus - the promotionStatus value to set
      • getPromotionStatus

        public String getPromotionStatus()
        Return the promotionStatus value.
        Returns:
        promotionStatus the promotionStatus value
      • setAdminUser

        public void setAdminUser​(UserAccount adminUser)
        Set the AdminUser.
        Parameters:
        adminUser - the adminUser value to set
      • getAdminUser

        public UserAccount getAdminUser()
        Return the AdminUser.
        Returns:
        the adminUser value
      • setClient

        public void setClient​(Client client)
        Set the Client.
        Parameters:
        client - the client value to set
      • getClient

        public Client getClient()
        Return the Client.
        Returns:
        the client value
      • setForm

        public void setForm​(Form form)
        Set the Form.
        Parameters:
        form - the form value to set
      • getForm

        public Form getForm()
        Return the Form.
        Returns:
        the form value
      • setVersion

        public void setVersion​(TemplateVersion version)
        Set the Version.
        Parameters:
        version - the version value to set
      • getVersion

        public TemplateVersion getVersion()
        Return the Version.
        Returns:
        the version value