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 TypeMethodDescriptionboolean
boolean
boolean
getCarrierParty
(EntityPermission entityPermission) getCarrierParty
(Session session) getCarrierParty
(Session session, EntityPermission entityPermission) getCarrierPartyForUpdate
(Session session) boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyCarrierAccount
(EntityPermission entityPermission) getPartyCarrierAccount
(Session session) getPartyCarrierAccount
(Session session, EntityPermission entityPermission) getPartyCarrierAccountForUpdate
(Session session) boolean
getPartyForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAccount
(String account) void
setAlwaysUseThirdPartyBilling
(Boolean alwaysUseThirdPartyBilling) void
setCarrierParty
(Party entity) void
setCarrierPartyPK
(PartyPK carrierPartyPK) void
setFromTime
(Long fromTime) void
void
void
void
setPartyCarrierAccountPK
(PartyCarrierAccountPK partyCarrierAccountPK) void
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPartyCarrierAccountDetailValue
-
setPartyCarrierAccountDetailValue
public void setPartyCarrierAccountDetailValue(PartyCarrierAccountDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-