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