Class Customer


  • public class Customer
    extends java.lang.Object
    Created by Bartosz Pawłowski on 2019-07-01.
    • Constructor Summary

      Constructors 
      Constructor Description
      Customer()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • barcode

        public java.lang.String barcode
      • birthday

        public java.lang.Long birthday
      • customerId

        public java.lang.Long customerId
      • discountGroupId

        public java.lang.Long discountGroupId
      • email

        public java.lang.String email
      • firstName

        public java.lang.String firstName
      • lastName

        public java.lang.String lastName
      • companyName

        public java.lang.String companyName
      • note

        public java.lang.String note
      • phone

        public java.lang.String phone
      • points

        public java.lang.Double points
      • isDeleted

        public java.lang.Boolean isDeleted
    • Constructor Detail

      • Customer

        public Customer()