Class WorkEffortDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkEffortDetailPK>
com.echothree.model.data.workeffort.server.value.WorkEffortDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class WorkEffortDetailValue
extends BaseValue<WorkEffortDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionWorkEffortDetailValue(WorkEffortDetailPK workEffortDetailPK, WorkEffortPK workEffortPK, String workEffortName, EntityInstancePK owningEntityInstancePK, WorkEffortScopePK workEffortScopePK, Long scheduledTime, Long scheduledStartTime, Long scheduledEndTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) Creates a new instance of WorkEffortDetailValueWorkEffortDetailValue(WorkEffortPK workEffortPK, String workEffortName, EntityInstancePK owningEntityInstancePK, WorkEffortScopePK workEffortScopePK, Long scheduledTime, Long scheduledStartTime, Long scheduledEndTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) Creates a new instance of WorkEffortDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEstimatedTimeAllowed(Long estimatedTimeAllowed) voidsetFromTime(Long fromTime) voidsetMaximumTimeAllowed(Long maximumTimeAllowed) voidsetOwningEntityInstancePK(EntityInstancePK owningEntityInstancePK) voidsetScheduledEndTime(Long scheduledEndTime) voidsetScheduledStartTime(Long scheduledStartTime) voidsetScheduledTime(Long scheduledTime) voidsetThruTime(Long thruTime) voidsetWorkEffortName(String workEffortName) voidsetWorkEffortPK(WorkEffortPK workEffortPK) voidsetWorkEffortScopePK(WorkEffortScopePK workEffortScopePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkEffortDetailValue
public WorkEffortDetailValue(WorkEffortDetailPK workEffortDetailPK, WorkEffortPK workEffortPK, String workEffortName, EntityInstancePK owningEntityInstancePK, WorkEffortScopePK workEffortScopePK, Long scheduledTime, Long scheduledStartTime, Long scheduledEndTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkEffortDetailValue- Throws:
PersistenceNotNullException
-
WorkEffortDetailValue
public WorkEffortDetailValue(WorkEffortPK workEffortPK, String workEffortName, EntityInstancePK owningEntityInstancePK, WorkEffortScopePK workEffortScopePK, Long scheduledTime, Long scheduledStartTime, Long scheduledEndTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkEffortDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<WorkEffortDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkEffortDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkEffortDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkEffortDetailPK>
-
getWorkEffortPK
-
setWorkEffortPK
- Throws:
PersistenceNotNullException
-
getWorkEffortPKHasBeenModified
-
getWorkEffortName
-
setWorkEffortName
- Throws:
PersistenceNotNullException
-
getWorkEffortNameHasBeenModified
-
getOwningEntityInstancePK
-
setOwningEntityInstancePK
public void setOwningEntityInstancePK(EntityInstancePK owningEntityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getOwningEntityInstancePKHasBeenModified
-
getWorkEffortScopePK
-
setWorkEffortScopePK
public void setWorkEffortScopePK(WorkEffortScopePK workEffortScopePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkEffortScopePKHasBeenModified
-
getScheduledTime
-
setScheduledTime
- Throws:
PersistenceNotNullException
-
getScheduledTimeHasBeenModified
-
getScheduledStartTime
-
setScheduledStartTime
-
getScheduledStartTimeHasBeenModified
-
getScheduledEndTime
-
setScheduledEndTime
-
getScheduledEndTimeHasBeenModified
-
getEstimatedTimeAllowed
-
setEstimatedTimeAllowed
- Throws:
PersistenceNotNullException
-
getEstimatedTimeAllowedHasBeenModified
-
getMaximumTimeAllowed
-
setMaximumTimeAllowed
- Throws:
PersistenceNotNullException
-
getMaximumTimeAllowedHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-