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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setGlAccountCategoryPK
(GlAccountCategoryPK glAccountCategoryPK) void
setLanguagePK
(LanguagePK languagePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<GlAccountCategoryDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<GlAccountCategoryDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<GlAccountCategoryDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-