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 SummaryFields inherited from class com.echothree.util.server.persistence.BaseValue_primaryKey, entityId
- 
Constructor SummaryConstructorsConstructorDescriptionItemAccountingCategoryDescriptionValue(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 SummaryModifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) voidsetLanguagePK(LanguagePK languagePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValuecheckForNull, getEntityId, hasIdentity, setEntityId
- 
Constructor Details- 
ItemAccountingCategoryDescriptionValuepublic ItemAccountingCategoryDescriptionValue(ItemAccountingCategoryDescriptionPK itemAccountingCategoryDescriptionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemAccountingCategoryDescriptionValue- Throws:
- PersistenceNotNullException
 
- 
ItemAccountingCategoryDescriptionValuepublic 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:
- getBaseFactoryInstancein class- BaseValue<ItemAccountingCategoryDescriptionPK>
 
- 
clone
- 
getPrimaryKey- Specified by:
- getPrimaryKeyin class- BaseValue<ItemAccountingCategoryDescriptionPK>
 
- 
hashCode
- 
toString
- 
equals
- 
isIdentical
- 
hasBeenModified- Specified by:
- hasBeenModifiedin class- BaseValue<ItemAccountingCategoryDescriptionPK>
 
- 
clearHasBeenModified- Specified by:
- clearHasBeenModifiedin class- BaseValue<ItemAccountingCategoryDescriptionPK>
 
- 
getItemAccountingCategoryPK
- 
setItemAccountingCategoryPKpublic 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
 
-