Class TransactionGroupDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.accounting.server.entity.TransactionGroupDetail
- 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 TransactionGroupDetailTransactionGroupDetail
(TransactionGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of TransactionGroupDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getTransactionGroup
(EntityPermission entityPermission) getTransactionGroup
(Session session) getTransactionGroup
(Session session, EntityPermission entityPermission) getTransactionGroupForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
setTransactionGroup
(TransactionGroup entity) void
void
setTransactionGroupName
(String transactionGroupName) void
setTransactionGroupPK
(TransactionGroupPK transactionGroupPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
TransactionGroupDetail
Creates a new instance of TransactionGroupDetail- Throws:
PersistenceException
-
TransactionGroupDetail
Creates a new instance of TransactionGroupDetail
-
-
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
-
getTransactionGroupDetailValue
-
setTransactionGroupDetailValue
public void setTransactionGroupDetailValue(TransactionGroupDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getTransactionGroupPK
-
getTransactionGroup
-
getTransactionGroup
-
getTransactionGroup
-
getTransactionGroup
-
getTransactionGroupForUpdate
-
getTransactionGroupForUpdate
-
setTransactionGroupPK
public void setTransactionGroupPK(TransactionGroupPK transactionGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTransactionGroup
-
getTransactionGroupPKHasBeenModified
-
getTransactionGroupName
-
setTransactionGroupName
public void setTransactionGroupName(String transactionGroupName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTransactionGroupNameHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-