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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(GlAccountClassDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<GlAccountClassPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<GlAccountClassPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<GlAccountClassPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<GlAccountClassPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-