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) booleangetGroupParty(EntityPermission entityPermission) booleangetPeriod(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetBalance(Long balance) voidsetCreditTotal(Long creditTotal) voidsetDebitTotal(Long debitTotal) voidsetGlAccount(GlAccount entity) voidsetGlAccountPK(GlAccountPK glAccountPK) voidvoidsetGroupParty(Party entity) voidsetGroupPartyPK(PartyPK groupPartyPK) voidvoidsetPeriodPK(PeriodPK periodPK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getGlAccountSummaryValue
-
setGlAccountSummaryValue
public void setGlAccountSummaryValue(GlAccountSummaryValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getGlAccountPK
-
getGlAccount
-
getGlAccount
-
getGlAccountForUpdate
-
setGlAccountPK
public void setGlAccountPK(GlAccountPK glAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGlAccount
-
getGlAccountPKHasBeenModified
-
getGroupPartyPK
-
getGroupParty
-
getGroupParty
-
getGroupPartyForUpdate
-
setGroupPartyPK
public void setGroupPartyPK(PartyPK groupPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGroupParty
-
getGroupPartyPKHasBeenModified
-
getPeriodPK
-
getPeriod
-
getPeriod
-
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
-