net.craftforge.essential.example.model
Class Customer
java.lang.Object
net.craftforge.essential.example.model.Customer
@Entity
public class Customer
- extends Object
- Since:
- 06.08.11
- Author:
- Christian Bick
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Customer
public Customer()
getCustomerId
public Integer getCustomerId()
setCustomerId
public void setCustomerId(Integer customerId)
getCustomerName
public String getCustomerName()
setCustomerName
public void setCustomerName(String customerName)
getCustomerEmail
public String getCustomerEmail()
setCustomerEmail
public void setCustomerEmail(String customerEmail)
getDob
public Date getDob()
setDob
public void setDob(Date dob)
getCustomerAddress
public String getCustomerAddress()
setCustomerAddress
public void setCustomerAddress(String customerAddress)
getZip
public Zip getZip()
setZip
public void setZip(Zip zip)
getOrderings
public List<Ordering> getOrderings()
setOrderings
public void setOrderings(List<Ordering> orderings)
Copyright © 2011. All Rights Reserved.