Class WarehouseValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WarehousePK>
com.echothree.model.data.warehouse.server.value.WarehouseValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWarehouseValue
(PartyPK partyPK, String warehouseName, WarehouseTypePK warehouseTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WarehouseValueWarehouseValue
(WarehousePK warehousePK, PartyPK partyPK, String warehouseName, WarehouseTypePK warehouseTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WarehouseValue -
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
setIsDefault
(Boolean isDefault) void
setPartyPK
(PartyPK partyPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setWarehouseName
(String warehouseName) void
setWarehouseTypePK
(WarehouseTypePK warehouseTypePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WarehouseValue
public WarehouseValue(WarehousePK warehousePK, PartyPK partyPK, String warehouseName, WarehouseTypePK warehouseTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WarehouseValue- Throws:
PersistenceNotNullException
-
WarehouseValue
public WarehouseValue(PartyPK partyPK, String warehouseName, WarehouseTypePK warehouseTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WarehouseValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WarehousePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WarehousePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WarehousePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WarehousePK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getWarehouseName
-
setWarehouseName
- Throws:
PersistenceNotNullException
-
getWarehouseNameHasBeenModified
-
getWarehouseTypePK
-
setWarehouseTypePK
- Throws:
PersistenceNotNullException
-
getWarehouseTypePKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-