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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAllocationPriorityName(String allocationPriorityName) voidsetAllocationPriorityPK(AllocationPriorityPK allocationPriorityPK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetPriority(Integer priority) voidsetSortOrder(Integer sortOrder) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<AllocationPriorityDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<AllocationPriorityDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<AllocationPriorityDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-