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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCarrierPartyPK
(PartyPK carrierPartyPK) 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
-
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:
getBaseFactoryInstance
in classBaseValue<PartyCarrierPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyCarrierPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyCarrierPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyCarrierPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCarrierPartyPK
-
setCarrierPartyPK
- Throws:
PersistenceNotNullException
-
getCarrierPartyPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-