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 Trailer
PurchaseOrder. trailer
The trailer this order arrived onTrailer
SalesLog. trailer
The trailer that this event may have ended up onTrailer
SalesOrder. trailer
The trailer the order was placed onTrailer
Transfer. trailer
The trailer (to be/which this order was) transferred onMethods in com.sgs.common.database that return Trailer Modifier and Type Method Description Trailer
PurchaseOrder. getTrailer()
Trailer
SalesLog. getTrailer()
Trailer
SalesOrder. getTrailer()
Trailer
Transfer. getTrailer()
Methods in com.sgs.common.database with parameters of type Trailer Modifier and Type Method Description void
PurchaseOrder. setTrailer(Trailer trailer)
void
SalesLog. setTrailer(Trailer trailer)
void
SalesOrder. setTrailer(Trailer trailer)
void
Transfer. setTrailer(Trailer trailer)
-