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