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 class
ShipByBusinessId
This class is provides an example of an entity that implements hashCode/equals using its business identity.class
ShipByDefault
This class is provides an example of an entity that implements hashCode/equals using the default java.lang.Object implementation.class
ShipByPK
This class is provides an example of an entity that implements hashCode/equals using its database assigned primary key.class
ShipBySwitch
This 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 Ship
Ship. setCreated(Date created)
Ship
Ship. setId(int id)
Ship
Ship. setName(String name)
-