Uses of Class
myorg.relex.collection.Ship
-
Packages that use Ship Package Description myorg.relex.collection -
-
Uses of Ship in myorg.relex.collection
Subclasses of Ship in myorg.relex.collection Modifier and Type Class Description classShipByBusinessIdThis class is provides an example of an entity that implements hashCode/equals using its business identity.classShipByDefaultThis class is provides an example of an entity that implements hashCode/equals using the default java.lang.Object implementation.classShipByPKThis class is provides an example of an entity that implements hashCode/equals using its database assigned primary key.classShipBySwitchThis class is provides an example of an entity that implements hashCode/equals using its database assigned primary key if it exists and defaults to the java.lang.Object definition if not yet assigned.Methods in myorg.relex.collection that return Ship Modifier and Type Method Description ShipShip. setCreated(Date created)ShipShip. setId(int id)ShipShip. setName(String name)
-