Class PartyFreeOnBoardValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyFreeOnBoardPK>
com.echothree.model.data.shipment.server.value.PartyFreeOnBoardValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyFreeOnBoardValue
extends BaseValue<PartyFreeOnBoardPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyFreeOnBoardValue
(PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) Creates a new instance of PartyFreeOnBoardValuePartyFreeOnBoardValue
(PartyFreeOnBoardPK partyFreeOnBoardPK, PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) Creates a new instance of PartyFreeOnBoardValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFreeOnBoardPK
(FreeOnBoardPK freeOnBoardPK) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyFreeOnBoardValue
public PartyFreeOnBoardValue(PartyFreeOnBoardPK partyFreeOnBoardPK, PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyFreeOnBoardValue- Throws:
PersistenceNotNullException
-
PartyFreeOnBoardValue
public PartyFreeOnBoardValue(PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyFreeOnBoardValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyFreeOnBoardPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyFreeOnBoardPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyFreeOnBoardPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyFreeOnBoardPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getFreeOnBoardPK
-
setFreeOnBoardPK
- Throws:
PersistenceNotNullException
-
getFreeOnBoardPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-