Class InventoryConditionGlAccountValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryConditionGlAccountPK>
com.echothree.model.data.inventory.server.value.InventoryConditionGlAccountValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InventoryConditionGlAccountValue
extends BaseValue<InventoryConditionGlAccountPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryConditionGlAccountValue
(InventoryConditionGlAccountPK inventoryConditionGlAccountPK, InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) Creates a new instance of InventoryConditionGlAccountValueInventoryConditionGlAccountValue
(InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) Creates a new instance of InventoryConditionGlAccountValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
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
setInventoryConditionPK
(InventoryConditionPK inventoryConditionPK) void
setInventoryGlAccountPK
(GlAccountPK inventoryGlAccountPK) void
setItemAccountingCategoryPK
(ItemAccountingCategoryPK itemAccountingCategoryPK) void
setReturnsCogsGlAccountPK
(GlAccountPK returnsCogsGlAccountPK) void
setReturnsGlAccountPK
(GlAccountPK returnsGlAccountPK) void
setSalesGlAccountPK
(GlAccountPK salesGlAccountPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryConditionGlAccountValue
public InventoryConditionGlAccountValue(InventoryConditionGlAccountPK inventoryConditionGlAccountPK, InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryConditionGlAccountValue- Throws:
PersistenceNotNullException
-
InventoryConditionGlAccountValue
public InventoryConditionGlAccountValue(InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryConditionGlAccountValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InventoryConditionGlAccountPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InventoryConditionGlAccountPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InventoryConditionGlAccountPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InventoryConditionGlAccountPK>
-
getInventoryConditionPK
-
setInventoryConditionPK
public void setInventoryConditionPK(InventoryConditionPK inventoryConditionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryConditionPKHasBeenModified
-
getItemAccountingCategoryPK
-
setItemAccountingCategoryPK
public void setItemAccountingCategoryPK(ItemAccountingCategoryPK itemAccountingCategoryPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemAccountingCategoryPKHasBeenModified
-
getInventoryGlAccountPK
-
setInventoryGlAccountPK
-
getInventoryGlAccountPKHasBeenModified
-
getSalesGlAccountPK
-
setSalesGlAccountPK
-
getSalesGlAccountPKHasBeenModified
-
getReturnsGlAccountPK
-
setReturnsGlAccountPK
-
getReturnsGlAccountPKHasBeenModified
-
getCogsGlAccountPK
-
setCogsGlAccountPK
-
getCogsGlAccountPKHasBeenModified
-
getReturnsCogsGlAccountPK
-
setReturnsCogsGlAccountPK
-
getReturnsCogsGlAccountPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-