Class GlAccountSummary
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.accounting.server.entity.GlAccountSummary
- 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 GlAccountSummaryGlAccountSummary
(GlAccountSummaryValue value, EntityPermission entityPermission) Creates a new instance of GlAccountSummary -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getGlAccount
(EntityPermission entityPermission) getGlAccount
(Session session) getGlAccount
(Session session, EntityPermission entityPermission) getGlAccountForUpdate
(Session session) boolean
getGroupParty
(EntityPermission entityPermission) getGroupParty
(Session session) getGroupParty
(Session session, EntityPermission entityPermission) getGroupPartyForUpdate
(Session session) boolean
getPeriod
(EntityPermission entityPermission) getPeriod
(Session session, EntityPermission entityPermission) getPeriodForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setBalance
(Long balance) void
setGlAccount
(GlAccount entity) void
setGlAccountPK
(GlAccountPK glAccountPK) void
void
setGroupParty
(Party entity) void
setGroupPartyPK
(PartyPK groupPartyPK) void
void
setPeriodPK
(PeriodPK periodPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
GlAccountSummary
Creates a new instance of GlAccountSummary- Throws:
PersistenceException
-
GlAccountSummary
Creates a new instance of GlAccountSummary
-
-
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
-
getGlAccountSummaryValue
-
setGlAccountSummaryValue
public void setGlAccountSummaryValue(GlAccountSummaryValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getGlAccountPK
-
getGlAccount
-
getGlAccount
-
getGlAccount
-
getGlAccount
-
getGlAccountForUpdate
-
getGlAccountForUpdate
-
setGlAccountPK
public void setGlAccountPK(GlAccountPK glAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGlAccount
-
getGlAccountPKHasBeenModified
-
getGroupPartyPK
-
getGroupParty
-
getGroupParty
-
getGroupParty
-
getGroupParty
-
getGroupPartyForUpdate
-
getGroupPartyForUpdate
-
setGroupPartyPK
public void setGroupPartyPK(PartyPK groupPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGroupParty
-
getGroupPartyPKHasBeenModified
-
getPeriodPK
-
getPeriod
-
getPeriod
-
getPeriod
-
getPeriod
-
getPeriodForUpdate
-
getPeriodForUpdate
-
setPeriodPK
public void setPeriodPK(PeriodPK periodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPeriod
-
getPeriodPKHasBeenModified
-
getBalance
-
setBalance
public void setBalance(Long balance) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBalanceHasBeenModified
-