Uses of Class
com.sgs.common.database.Trailer
-
Packages that use Trailer Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of Trailer in com.sgs.common.database
Fields in com.sgs.common.database declared as Trailer Modifier and Type Field Description TrailerPurchaseOrder. trailerThe trailer this order arrived onTrailerSalesLog. trailerThe trailer that this event may have ended up onTrailerSalesOrder. trailerThe trailer the order was placed onTrailerTransfer. trailerThe trailer (to be/which this order was) transferred onMethods in com.sgs.common.database that return Trailer Modifier and Type Method Description TrailerPurchaseOrder. getTrailer()TrailerSalesLog. getTrailer()TrailerSalesOrder. getTrailer()TrailerTransfer. getTrailer()Methods in com.sgs.common.database with parameters of type Trailer Modifier and Type Method Description voidPurchaseOrder. setTrailer(Trailer trailer)voidSalesLog. setTrailer(Trailer trailer)voidSalesOrder. setTrailer(Trailer trailer)voidTransfer. setTrailer(Trailer trailer)
-