Class OrderInformation


  • public class OrderInformation
    extends HibernateObject
    This class represents OrderInformation which can be used when raising PurchaseOrder and SalesOrder It acts as a holster for additional information
    Author:
    SGSystems
    • Field Detail

      • code

        public java.lang.String code
        *Primary Key* The unique identifier for this order information
      • description

        public java.lang.String description
        The order information
      • deleted

        public java.util.Date deleted
        A deletion flag
      • type

        public int type
        The type of order information 0 = Payment 1 = Shipping
      • paymentDays

        public java.lang.Integer paymentDays
        Number of days for payment due
      • address

        public java.lang.String address
      • phone

        public java.lang.String phone
      • fax

        public java.lang.String fax
      • email

        public java.lang.String email
      • notes

        public java.lang.String notes
    • Constructor Detail

      • OrderInformation

        public OrderInformation()
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • getDescription

        public java.lang.String getDescription()
      • getDeleted

        public java.util.Date getDeleted()
      • getType

        public int getType()
      • setCode

        public void setCode​(java.lang.String code)
      • setDescription

        public void setDescription​(java.lang.String description)
      • setDeleted

        public void setDeleted​(java.util.Date deleted)
      • setType

        public void setType​(int type)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getPaymentDays

        public java.lang.Integer getPaymentDays()
      • setPaymentDays

        public void setPaymentDays​(java.lang.Integer paymentDays)
      • getAddress

        public java.lang.String getAddress()
      • setAddress

        public void setAddress​(java.lang.String address)
      • getPhone

        public java.lang.String getPhone()
      • setPhone

        public void setPhone​(java.lang.String phone)
      • getFax

        public java.lang.String getFax()
      • setFax

        public void setFax​(java.lang.String fax)
      • getEmail

        public java.lang.String getEmail()
      • setEmail

        public void setEmail​(java.lang.String email)
      • getNotes

        public java.lang.String getNotes()
      • setNotes

        public void setNotes​(java.lang.String notes)