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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEstimatedTimeAllowed
(Long estimatedTimeAllowed) void
setFromTime
(Long fromTime) void
setMaximumTimeAllowed
(Long maximumTimeAllowed) void
setOwningEntityInstancePK
(EntityInstancePK owningEntityInstancePK) void
setScheduledEndTime
(Long scheduledEndTime) void
setScheduledStartTime
(Long scheduledStartTime) void
setScheduledTime
(Long scheduledTime) void
setThruTime
(Long thruTime) void
setWorkEffortName
(String workEffortName) void
setWorkEffortPK
(WorkEffortPK workEffortPK) void
setWorkEffortScopePK
(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:
getBaseFactoryInstance
in classBaseValue<WorkEffortDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkEffortDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkEffortDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-