Class PartyCarrierAccountDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyCarrierAccountDetailPK>
com.echothree.model.data.carrier.server.value.PartyCarrierAccountDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyCarrierAccountDetailValue
extends BaseValue<PartyCarrierAccountDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyCarrierAccountDetailValue
(PartyCarrierAccountDetailPK partyCarrierAccountDetailPK, PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierAccountDetailValuePartyCarrierAccountDetailValue
(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierAccountDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAccount
(String account) void
setAlwaysUseThirdPartyBilling
(Boolean alwaysUseThirdPartyBilling) void
setCarrierPartyPK
(PartyPK carrierPartyPK) void
setFromTime
(Long fromTime) void
setPartyCarrierAccountPK
(PartyCarrierAccountPK partyCarrierAccountPK) 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
-
PartyCarrierAccountDetailValue
public PartyCarrierAccountDetailValue(PartyCarrierAccountDetailPK partyCarrierAccountDetailPK, PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyCarrierAccountDetailValue- Throws:
PersistenceNotNullException
-
PartyCarrierAccountDetailValue
public PartyCarrierAccountDetailValue(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyCarrierAccountDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyCarrierAccountDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyCarrierAccountDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyCarrierAccountDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyCarrierAccountDetailPK>
-
getPartyCarrierAccountPK
-
setPartyCarrierAccountPK
public void setPartyCarrierAccountPK(PartyCarrierAccountPK partyCarrierAccountPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyCarrierAccountPKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCarrierPartyPK
-
setCarrierPartyPK
- Throws:
PersistenceNotNullException
-
getCarrierPartyPKHasBeenModified
-
getAccount
-
setAccount
- Throws:
PersistenceNotNullException
-
getAccountHasBeenModified
-
getAlwaysUseThirdPartyBilling
-
setAlwaysUseThirdPartyBilling
public void setAlwaysUseThirdPartyBilling(Boolean alwaysUseThirdPartyBilling) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAlwaysUseThirdPartyBillingHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-