Class AllocationPriorityDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<AllocationPriorityDetailPK>
com.echothree.model.data.inventory.server.value.AllocationPriorityDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class AllocationPriorityDetailValue
extends BaseValue<AllocationPriorityDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionAllocationPriorityDetailValue
(AllocationPriorityDetailPK allocationPriorityDetailPK, AllocationPriorityPK allocationPriorityPK, String allocationPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AllocationPriorityDetailValueAllocationPriorityDetailValue
(AllocationPriorityPK allocationPriorityPK, String allocationPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AllocationPriorityDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAllocationPriorityName
(String allocationPriorityName) void
setAllocationPriorityPK
(AllocationPriorityPK allocationPriorityPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPriority
(Integer priority) 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
-
AllocationPriorityDetailValue
public AllocationPriorityDetailValue(AllocationPriorityDetailPK allocationPriorityDetailPK, AllocationPriorityPK allocationPriorityPK, String allocationPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AllocationPriorityDetailValue- Throws:
PersistenceNotNullException
-
AllocationPriorityDetailValue
public AllocationPriorityDetailValue(AllocationPriorityPK allocationPriorityPK, String allocationPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AllocationPriorityDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<AllocationPriorityDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<AllocationPriorityDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<AllocationPriorityDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<AllocationPriorityDetailPK>
-
getAllocationPriorityPK
-
setAllocationPriorityPK
public void setAllocationPriorityPK(AllocationPriorityPK allocationPriorityPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAllocationPriorityPKHasBeenModified
-
getAllocationPriorityName
-
setAllocationPriorityName
public void setAllocationPriorityName(String allocationPriorityName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAllocationPriorityNameHasBeenModified
-
getPriority
-
setPriority
- Throws:
PersistenceNotNullException
-
getPriorityHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-