net.craftforge.essential.example.model
Class Supplier

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

@Entity
public class Supplier
extends Object

Since:
07.08.11
Author:
Christian Bick

Constructor Summary
Supplier()
           
 
Method Summary
 List<Shipment> getShipments()
           
 String getSupplierAddress()
           
 String getSupplierEmail()
           
 Integer getSupplierId()
           
 String getSupplierName()
           
 Zip getZip()
           
 void setShipments(List<Shipment> shipments)
           
 void setSupplierAddress(String supplierAddress)
           
 void setSupplierEmail(String supplierEmail)
           
 void setSupplierId(Integer supplierId)
           
 void setSupplierName(String supplierName)
           
 void setZip(Zip zip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Supplier

public Supplier()
Method Detail

getSupplierId

public Integer getSupplierId()

setSupplierId

public void setSupplierId(Integer supplierId)

getSupplierName

public String getSupplierName()

setSupplierName

public void setSupplierName(String supplierName)

getSupplierEmail

public String getSupplierEmail()

setSupplierEmail

public void setSupplierEmail(String supplierEmail)

getSupplierAddress

public String getSupplierAddress()

setSupplierAddress

public void setSupplierAddress(String supplierAddress)

getZip

public Zip getZip()

setZip

public void setZip(Zip zip)

getShipments

public List<Shipment> getShipments()

setShipments

public void setShipments(List<Shipment> shipments)


Copyright © 2011. All Rights Reserved.