Class GlAccountCategoryDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<GlAccountCategoryDescriptionPK>
com.echothree.model.data.accounting.server.value.GlAccountCategoryDescriptionValue
- All Implemented Interfaces:
Serializable,Cloneable
public class GlAccountCategoryDescriptionValue
extends BaseValue<GlAccountCategoryDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionGlAccountCategoryDescriptionValue(GlAccountCategoryDescriptionPK glAccountCategoryDescriptionPK, GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDescriptionValueGlAccountCategoryDescriptionValue(GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountCategoryDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) voidsetLanguagePK(LanguagePK languagePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
GlAccountCategoryDescriptionValue
public GlAccountCategoryDescriptionValue(GlAccountCategoryDescriptionPK glAccountCategoryDescriptionPK, GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GlAccountCategoryDescriptionValue- Throws:
PersistenceNotNullException
-
GlAccountCategoryDescriptionValue
public GlAccountCategoryDescriptionValue(GlAccountCategoryPK glAccountCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of GlAccountCategoryDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<GlAccountCategoryDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<GlAccountCategoryDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<GlAccountCategoryDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<GlAccountCategoryDescriptionPK>
-
getGlAccountCategoryPK
-
setGlAccountCategoryPK
public void setGlAccountCategoryPK(GlAccountCategoryPK glAccountCategoryPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getGlAccountCategoryPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-