Class InventoryLocationGroupDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryLocationGroupDetailPK>
com.echothree.model.data.inventory.server.value.InventoryLocationGroupDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class InventoryLocationGroupDetailValue
extends BaseValue<InventoryLocationGroupDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryLocationGroupDetailValue
(InventoryLocationGroupDetailPK inventoryLocationGroupDetailPK, InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupDetailValueInventoryLocationGroupDetailValue
(InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setInventoryLocationGroupName
(String inventoryLocationGroupName) void
setInventoryLocationGroupPK
(InventoryLocationGroupPK inventoryLocationGroupPK) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setWarehousePartyPK
(PartyPK warehousePartyPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryLocationGroupDetailValue
public InventoryLocationGroupDetailValue(InventoryLocationGroupDetailPK inventoryLocationGroupDetailPK, InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryLocationGroupDetailValue- Throws:
PersistenceNotNullException
-
InventoryLocationGroupDetailValue
public InventoryLocationGroupDetailValue(InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryLocationGroupDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<InventoryLocationGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<InventoryLocationGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<InventoryLocationGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<InventoryLocationGroupDetailPK>
-
getInventoryLocationGroupPK
-
setInventoryLocationGroupPK
public void setInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLocationGroupPKHasBeenModified
-
getWarehousePartyPK
-
setWarehousePartyPK
- Throws:
PersistenceNotNullException
-
getWarehousePartyPKHasBeenModified
-
getInventoryLocationGroupName
-
setInventoryLocationGroupName
public void setInventoryLocationGroupName(String inventoryLocationGroupName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryLocationGroupNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-