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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCogsGlAccountPK
(GlAccountPK cogsGlAccountPK) void
setFromTime
(Long fromTime) void
setInventoryGlAccountPK
(GlAccountPK inventoryGlAccountPK) void
setIsDefault
(Boolean isDefault) void
setItemAccountingCategoryName
(String itemAccountingCategoryName) void
setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) void
setParentItemAccountingCategoryPK
(ItemAccountingCategoryPK parentItemAccountingCategoryPK) void
setReturnsCogsGlAccountPK
(GlAccountPK returnsCogsGlAccountPK) void
setReturnsGlAccountPK
(GlAccountPK returnsGlAccountPK) void
setSalesGlAccountPK
(GlAccountPK salesGlAccountPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ItemAccountingCategoryDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemAccountingCategoryDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemAccountingCategoryDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-