Class ItemAccountingCategoryDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemAccountingCategoryDetailPK>
com.echothree.model.data.accounting.server.value.ItemAccountingCategoryDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ItemAccountingCategoryDetailValue
extends BaseValue<ItemAccountingCategoryDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionItemAccountingCategoryDetailValue(ItemAccountingCategoryDetailPK itemAccountingCategoryDetailPK, ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDetailValueItemAccountingCategoryDetailValue(ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCogsGlAccountPK(GlAccountPK cogsGlAccountPK) voidsetFromTime(Long fromTime) voidsetInventoryGlAccountPK(GlAccountPK inventoryGlAccountPK) voidsetIsDefault(Boolean isDefault) voidsetItemAccountingCategoryName(String itemAccountingCategoryName) voidsetItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) voidsetParentItemAccountingCategoryPK(ItemAccountingCategoryPK parentItemAccountingCategoryPK) voidsetReturnsCogsGlAccountPK(GlAccountPK returnsCogsGlAccountPK) voidsetReturnsGlAccountPK(GlAccountPK returnsGlAccountPK) voidsetSalesGlAccountPK(GlAccountPK salesGlAccountPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemAccountingCategoryDetailValue
public ItemAccountingCategoryDetailValue(ItemAccountingCategoryDetailPK itemAccountingCategoryDetailPK, ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemAccountingCategoryDetailValue- Throws:
PersistenceNotNullException
-
ItemAccountingCategoryDetailValue
public ItemAccountingCategoryDetailValue(ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemAccountingCategoryDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ItemAccountingCategoryDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemAccountingCategoryDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemAccountingCategoryDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ItemAccountingCategoryDetailPK>
-
getItemAccountingCategoryPK
-
setItemAccountingCategoryPK
public void setItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemAccountingCategoryPKHasBeenModified
-
getItemAccountingCategoryName
-
setItemAccountingCategoryName
public void setItemAccountingCategoryName(String itemAccountingCategoryName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemAccountingCategoryNameHasBeenModified
-
getParentItemAccountingCategoryPK
-
setParentItemAccountingCategoryPK
public void setParentItemAccountingCategoryPK(ItemAccountingCategoryPK parentItemAccountingCategoryPK) -
getParentItemAccountingCategoryPKHasBeenModified
-
getInventoryGlAccountPK
-
setInventoryGlAccountPK
-
getInventoryGlAccountPKHasBeenModified
-
getSalesGlAccountPK
-
setSalesGlAccountPK
-
getSalesGlAccountPKHasBeenModified
-
getReturnsGlAccountPK
-
setReturnsGlAccountPK
-
getReturnsGlAccountPKHasBeenModified
-
getCogsGlAccountPK
-
setCogsGlAccountPK
-
getCogsGlAccountPKHasBeenModified
-
getReturnsCogsGlAccountPK
-
setReturnsCogsGlAccountPK
-
getReturnsCogsGlAccountPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-