Class GlAccountSummaryValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GlAccountSummaryPK>
com.echothree.model.data.accounting.server.value.GlAccountSummaryValue
- All Implemented Interfaces:
Serializable,Cloneable
public class GlAccountSummaryValue
extends BaseValue<GlAccountSummaryPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionGlAccountSummaryValue(GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) Creates a new instance of GlAccountSummaryValueGlAccountSummaryValue(GlAccountSummaryPK glAccountSummaryPK, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) Creates a new instance of GlAccountSummaryValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBalance(Long balance) voidsetCreditTotal(Long creditTotal) voidsetDebitTotal(Long debitTotal) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetGroupPartyPK(PartyPK groupPartyPK) voidsetPeriodPK(PeriodPK periodPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GlAccountSummaryValue
public GlAccountSummaryValue(GlAccountSummaryPK glAccountSummaryPK, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) throws PersistenceNotNullException Creates a new instance of GlAccountSummaryValue- Throws:
PersistenceNotNullException
-
GlAccountSummaryValue
public GlAccountSummaryValue(GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) throws PersistenceNotNullException Creates a new instance of GlAccountSummaryValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<GlAccountSummaryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<GlAccountSummaryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<GlAccountSummaryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<GlAccountSummaryPK>
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getGroupPartyPK
-
setGroupPartyPK
- Throws:
PersistenceNotNullException
-
getGroupPartyPKHasBeenModified
-
getPeriodPK
-
setPeriodPK
- Throws:
PersistenceNotNullException
-
getPeriodPKHasBeenModified
-
getDebitTotal
-
setDebitTotal
- Throws:
PersistenceNotNullException
-
getDebitTotalHasBeenModified
-
getCreditTotal
-
setCreditTotal
- Throws:
PersistenceNotNullException
-
getCreditTotalHasBeenModified
-
getBalance
-
setBalance
- Throws:
PersistenceNotNullException
-
getBalanceHasBeenModified
-