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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFreeOnBoardPK(FreeOnBoardPK freeOnBoardPK) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PartyFreeOnBoardPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyFreeOnBoardPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyFreeOnBoardPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyFreeOnBoardPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getFreeOnBoardPK
-
setFreeOnBoardPK
- Throws:
PersistenceNotNullException
-
getFreeOnBoardPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-