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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryLocationGroupName(String inventoryLocationGroupName) voidsetInventoryLocationGroupPK(InventoryLocationGroupPK inventoryLocationGroupPK) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetWarehousePartyPK(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:
getBaseFactoryInstancein classBaseValue<InventoryLocationGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryLocationGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryLocationGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-