Class TransactionDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.accounting.server.entity.TransactionDetail
- 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 TransactionDetailTransactionDetail
(TransactionDetailValue value, EntityPermission entityPermission) Creates a new instance of TransactionDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getGroupParty
(EntityPermission entityPermission) getGroupParty
(Session session) getGroupParty
(Session session, EntityPermission entityPermission) getGroupPartyForUpdate
(Session session) boolean
boolean
boolean
getTransaction
(EntityPermission entityPermission) getTransaction
(Session session) getTransaction
(Session session, EntityPermission entityPermission) getTransactionForUpdate
(Session session) getTransactionGroup
(EntityPermission entityPermission) getTransactionGroup
(Session session) getTransactionGroup
(Session session, EntityPermission entityPermission) getTransactionGroupForUpdate
(Session session) boolean
boolean
boolean
getTransactionType
(EntityPermission entityPermission) getTransactionType
(Session session) getTransactionType
(Session session, EntityPermission entityPermission) getTransactionTypeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setGroupParty
(Party entity) void
setGroupPartyPK
(PartyPK groupPartyPK) void
setPostingTime
(Long postingTime) void
setThruTime
(Long thruTime) void
setTransaction
(Transaction entity) void
void
setTransactionGroup
(TransactionGroup entity) void
setTransactionGroupPK
(TransactionGroupPK transactionGroupPK) void
setTransactionName
(String transactionName) void
setTransactionPK
(TransactionPK transactionPK) void
setTransactionType
(TransactionType entity) void
setTransactionTypePK
(TransactionTypePK transactionTypePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
TransactionDetail
Creates a new instance of TransactionDetail- Throws:
PersistenceException
-
TransactionDetail
Creates a new instance of TransactionDetail
-
-
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
-
getTransactionDetailValue
-
setTransactionDetailValue
public void setTransactionDetailValue(TransactionDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getTransactionPK
-
getTransaction
-
getTransaction
-
getTransaction
-
getTransaction
-
getTransactionForUpdate
-
getTransactionForUpdate
-
setTransactionPK
public void setTransactionPK(TransactionPK transactionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTransaction
-
getTransactionPKHasBeenModified
-
getTransactionName
-
setTransactionName
public void setTransactionName(String transactionName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTransactionNameHasBeenModified
-
getGroupPartyPK
-
getGroupParty
-
getGroupParty
-
getGroupParty
-
getGroupParty
-
getGroupPartyForUpdate
-
getGroupPartyForUpdate
-
setGroupPartyPK
public void setGroupPartyPK(PartyPK groupPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGroupParty
-
getGroupPartyPKHasBeenModified
-
getTransactionGroupPK
-
getTransactionGroup
-
getTransactionGroup
-
getTransactionGroup
-
getTransactionGroup
-
getTransactionGroupForUpdate
-
getTransactionGroupForUpdate
-
setTransactionGroupPK
public void setTransactionGroupPK(TransactionGroupPK transactionGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTransactionGroup
-
getTransactionGroupPKHasBeenModified
-
getTransactionTypePK
-
getTransactionType
-
getTransactionType
-
getTransactionType
-
getTransactionType
-
getTransactionTypeForUpdate
-
getTransactionTypeForUpdate
-
setTransactionTypePK
public void setTransactionTypePK(TransactionTypePK transactionTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTransactionType
-
getTransactionTypePKHasBeenModified
-
getPostingTime
-
setPostingTime
public void setPostingTime(Long postingTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPostingTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-