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 TypeMethodDescriptionbooleanbooleanbooleanbooleangetGlAccount(EntityPermission entityPermission) getGlAccount(Session session) getGlAccount(Session session, EntityPermission entityPermission) getGlAccountForUpdate(Session session) booleangetGroupParty(EntityPermission entityPermission) getGroupParty(Session session) getGroupParty(Session session, EntityPermission entityPermission) getGroupPartyForUpdate(Session session) booleangetPeriod(EntityPermission entityPermission) getPeriod(Session session, EntityPermission entityPermission) getPeriodForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetBalance(Long balance) voidsetCreditTotal(Long creditTotal) voidsetDebitTotal(Long debitTotal) voidsetGlAccount(GlAccount entity) voidsetGlAccountPK(GlAccountPK glAccountPK) voidvoidsetGroupParty(Party entity) voidsetGroupPartyPK(PartyPK groupPartyPK) voidvoidsetPeriodPK(PeriodPK periodPK) voidtoString()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:
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
-
getGlAccountSummaryValue
-
setGlAccountSummaryValue
public void setGlAccountSummaryValue(GlAccountSummaryValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-
getDebitTotal
-
setDebitTotal
public void setDebitTotal(Long debitTotal) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDebitTotalHasBeenModified
-
getCreditTotal
-
setCreditTotal
public void setCreditTotal(Long creditTotal) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCreditTotalHasBeenModified
-
getBalance
-
setBalance
public void setBalance(Long balance) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBalanceHasBeenModified
-