Class PartyCarrierAccountDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.carrier.server.entity.PartyCarrierAccountDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PartyCarrierAccountDetailPartyCarrierAccountDetail(PartyCarrierAccountDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyCarrierAccountDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetCarrierParty(EntityPermission entityPermission) getCarrierParty(Session session) getCarrierParty(Session session, EntityPermission entityPermission) getCarrierPartyForUpdate(Session session) booleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyCarrierAccount(EntityPermission entityPermission) getPartyCarrierAccount(Session session) getPartyCarrierAccount(Session session, EntityPermission entityPermission) getPartyCarrierAccountForUpdate(Session session) booleangetPartyForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetAccount(String account) voidsetAlwaysUseThirdPartyBilling(Boolean alwaysUseThirdPartyBilling) voidsetCarrierParty(Party entity) voidsetCarrierPartyPK(PartyPK carrierPartyPK) voidsetFromTime(Long fromTime) voidvoidvoidvoidsetPartyCarrierAccountPK(PartyCarrierAccountPK partyCarrierAccountPK) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyCarrierAccountDetail
Creates a new instance of PartyCarrierAccountDetail- Throws:
PersistenceException
-
PartyCarrierAccountDetail
public PartyCarrierAccountDetail(PartyCarrierAccountDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyCarrierAccountDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPartyCarrierAccountDetailValue
-
setPartyCarrierAccountDetailValue
public void setPartyCarrierAccountDetailValue(PartyCarrierAccountDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyCarrierAccountPK
-
getPartyCarrierAccount
public PartyCarrierAccount getPartyCarrierAccount(Session session, EntityPermission entityPermission) -
getPartyCarrierAccount
-
getPartyCarrierAccount
-
getPartyCarrierAccount
-
getPartyCarrierAccountForUpdate
-
getPartyCarrierAccountForUpdate
-
setPartyCarrierAccountPK
public void setPartyCarrierAccountPK(PartyCarrierAccountPK partyCarrierAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyCarrierAccount
-
getPartyCarrierAccountPKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getCarrierPartyPK
-
getCarrierParty
-
getCarrierParty
-
getCarrierParty
-
getCarrierParty
-
getCarrierPartyForUpdate
-
getCarrierPartyForUpdate
-
setCarrierPartyPK
public void setCarrierPartyPK(PartyPK carrierPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCarrierParty
-
getCarrierPartyPKHasBeenModified
-
getAccount
-
setAccount
public void setAccount(String account) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAccountHasBeenModified
-
getAlwaysUseThirdPartyBilling
-
setAlwaysUseThirdPartyBilling
public void setAlwaysUseThirdPartyBilling(Boolean alwaysUseThirdPartyBilling) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAlwaysUseThirdPartyBillingHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-