Class GlAccountValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GlAccountPK>
com.echothree.model.data.accounting.server.value.GlAccountValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionGlAccountValue
(GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) Creates a new instance of GlAccountValueGlAccountValue
(GlAccountPK glAccountPK, GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) Creates a new instance of GlAccountValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(GlAccountDetailPK activeDetailPK) void
setLastDetailPK
(GlAccountDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GlAccountValue
public GlAccountValue(GlAccountPK glAccountPK, GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of GlAccountValue- Throws:
PersistenceNotNullException
-
GlAccountValue
public GlAccountValue(GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of GlAccountValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<GlAccountPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GlAccountPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GlAccountPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<GlAccountPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-