net.craftforge.essential.example.model
Class Customer

java.lang.Object
  extended by net.craftforge.essential.example.model.Customer

@Entity
public class Customer
extends Object

Since:
06.08.11
Author:
Christian Bick

Constructor Summary
Customer()
           
 
Method Summary
 String getCustomerAddress()
           
 String getCustomerEmail()
           
 Integer getCustomerId()
           
 String getCustomerName()
           
 Date getDob()
           
 List<Ordering> getOrderings()
           
 Zip getZip()
           
 void setCustomerAddress(String customerAddress)
           
 void setCustomerEmail(String customerEmail)
           
 void setCustomerId(Integer customerId)
           
 void setCustomerName(String customerName)
           
 void setDob(Date dob)
           
 void setOrderings(List<Ordering> orderings)
           
 void setZip(Zip zip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer()
Method Detail

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.