Class ItemAccountingCategoryDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemAccountingCategoryDescriptionPK>
com.echothree.model.data.accounting.server.value.ItemAccountingCategoryDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ItemAccountingCategoryDescriptionValue
extends BaseValue<ItemAccountingCategoryDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemAccountingCategoryDescriptionValue
(ItemAccountingCategoryDescriptionPK itemAccountingCategoryDescriptionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDescriptionValueItemAccountingCategoryDescriptionValue
(ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDescriptionValue -
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
setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) 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
-
ItemAccountingCategoryDescriptionValue
public ItemAccountingCategoryDescriptionValue(ItemAccountingCategoryDescriptionPK itemAccountingCategoryDescriptionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemAccountingCategoryDescriptionValue- Throws:
PersistenceNotNullException
-
ItemAccountingCategoryDescriptionValue
public ItemAccountingCategoryDescriptionValue(ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemAccountingCategoryDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemAccountingCategoryDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemAccountingCategoryDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemAccountingCategoryDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemAccountingCategoryDescriptionPK>
-
getItemAccountingCategoryPK
-
setItemAccountingCategoryPK
public void setItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemAccountingCategoryPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-