Class PartyCarrierValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyCarrierPK>
com.echothree.model.data.carrier.server.value.PartyCarrierValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartyCarrierValue(PartyCarrierPK partyCarrierPK, PartyPK partyPK, PartyPK carrierPartyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierValuePartyCarrierValue(PartyPK partyPK, PartyPK carrierPartyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCarrierPartyPK(PartyPK carrierPartyPK) 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
-
PartyCarrierValue
public PartyCarrierValue(PartyCarrierPK partyCarrierPK, PartyPK partyPK, PartyPK carrierPartyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyCarrierValue- Throws:
PersistenceNotNullException
-
PartyCarrierValue
public PartyCarrierValue(PartyPK partyPK, PartyPK carrierPartyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyCarrierValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartyCarrierPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyCarrierPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyCarrierPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyCarrierPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCarrierPartyPK
-
setCarrierPartyPK
- Throws:
PersistenceNotNullException
-
getCarrierPartyPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-