net.craftforge.essential.example.model
Class Shipment
java.lang.Object
net.craftforge.essential.example.model.Shipment
@Entity
public class Shipment
- extends Object
- Since:
- 07.08.11
- Author:
- Christian Bick
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Shipment
public Shipment()
getShipmentId
public Integer getShipmentId()
setShipmentId
public void setShipmentId(Integer shipmentId)
getShipmentDate
public Date getShipmentDate()
setShipmentDate
public void setShipmentDate(Date shipmentDate)
getSupplier
public Supplier getSupplier()
setSupplier
public void setSupplier(Supplier supplier)
Copyright © 2011. All Rights Reserved.