net.craftforge.essential.example.model
Class Shipment

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

@Entity
public class Shipment
extends Object

Since:
07.08.11
Author:
Christian Bick

Constructor Summary
Shipment()
           
 
Method Summary
 Date getShipmentDate()
           
 Integer getShipmentId()
           
 Supplier getSupplier()
           
 void setShipmentDate(Date shipmentDate)
           
 void setShipmentId(Integer shipmentId)
           
 void setSupplier(Supplier supplier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shipment

public Shipment()
Method Detail

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.