Class PartyCarrierAccountValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyCarrierAccountPK>
com.echothree.model.data.carrier.server.value.PartyCarrierAccountValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyCarrierAccountValue
extends BaseValue<PartyCarrierAccountPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyCarrierAccountValue
(PartyCarrierAccountDetailPK activeDetailPK, PartyCarrierAccountDetailPK lastDetailPK) Creates a new instance of PartyCarrierAccountValuePartyCarrierAccountValue
(PartyCarrierAccountPK partyCarrierAccountPK, PartyCarrierAccountDetailPK activeDetailPK, PartyCarrierAccountDetailPK lastDetailPK) Creates a new instance of PartyCarrierAccountValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(PartyCarrierAccountDetailPK activeDetailPK) void
setLastDetailPK
(PartyCarrierAccountDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyCarrierAccountValue
public PartyCarrierAccountValue(PartyCarrierAccountPK partyCarrierAccountPK, PartyCarrierAccountDetailPK activeDetailPK, PartyCarrierAccountDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PartyCarrierAccountValue- Throws:
PersistenceNotNullException
-
PartyCarrierAccountValue
public PartyCarrierAccountValue(PartyCarrierAccountDetailPK activeDetailPK, PartyCarrierAccountDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PartyCarrierAccountValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyCarrierAccountPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyCarrierAccountPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyCarrierAccountPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyCarrierAccountPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-