Package | Description |
---|---|
myorg.relex.collection |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Ship |
Ship.setCreated(Date created) |
Ship |
Ship.setId(int id) |
Ship |
Ship.setName(String name) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.