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 balance) Creates a new instance of GlAccountSummaryValueGlAccountSummaryValue
(GlAccountSummaryPK glAccountSummaryPK, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long balance) Creates a new instance of GlAccountSummaryValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBalance
(Long balance) void
setGlAccountPK
(GlAccountPK glAccountPK) void
setGroupPartyPK
(PartyPK groupPartyPK) void
setPeriodPK
(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 balance) throws PersistenceNotNullException Creates a new instance of GlAccountSummaryValue- Throws:
PersistenceNotNullException
-
GlAccountSummaryValue
public GlAccountSummaryValue(GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long balance) throws PersistenceNotNullException Creates a new instance of GlAccountSummaryValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<GlAccountSummaryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GlAccountSummaryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GlAccountSummaryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<GlAccountSummaryPK>
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getGroupPartyPK
-
setGroupPartyPK
- Throws:
PersistenceNotNullException
-
getGroupPartyPKHasBeenModified
-
getPeriodPK
-
setPeriodPK
- Throws:
PersistenceNotNullException
-
getPeriodPKHasBeenModified
-
getBalance
-
setBalance
- Throws:
PersistenceNotNullException
-
getBalanceHasBeenModified
-