Class Customer

java.lang.Object
org.jumpmind.symmetric.test.Customer

public class Customer extends Object
  • Constructor Details

    • Customer

      public Customer()
    • Customer

      public Customer(int customerId, String name, boolean active, String address, String city, String state, int zip, Date entryTimestamp, Date entryTime, String notes, byte[] icon)
  • Method Details

    • getCustomerId

      public int getCustomerId()
    • setCustomerId

      public void setCustomerId(int customerId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isActive

      public boolean isActive()
    • setActive

      public void setActive(boolean active)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getCity

      public String getCity()
    • setCity

      public void setCity(String city)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • getZip

      public int getZip()
    • setZip

      public void setZip(int zip)
    • getEntryTimestamp

      public Date getEntryTimestamp()
    • setEntryTimestamp

      public void setEntryTimestamp(Date entryTimestamp)
    • getEntryTime

      public Date getEntryTime()
    • setEntryTime

      public void setEntryTime(Date entryTime)
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • getIcon

      public byte[] getIcon()
    • setIcon

      public void setIcon(byte[] icon)