Class WorkEffortDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.workeffort.server.entity.WorkEffortDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of WorkEffortDetailWorkEffortDetail
(WorkEffortDetailValue value, EntityPermission entityPermission) Creates a new instance of WorkEffortDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
getOwningEntityInstance
(EntityPermission entityPermission) getOwningEntityInstance
(Session session) getOwningEntityInstance
(Session session, EntityPermission entityPermission) getOwningEntityInstanceForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
getWorkEffort
(EntityPermission entityPermission) getWorkEffort
(Session session) getWorkEffort
(Session session, EntityPermission entityPermission) getWorkEffortForUpdate
(Session session) boolean
boolean
getWorkEffortScope
(EntityPermission entityPermission) getWorkEffortScope
(Session session) getWorkEffortScope
(Session session, EntityPermission entityPermission) getWorkEffortScopeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setEstimatedTimeAllowed
(Long estimatedTimeAllowed) void
setFromTime
(Long fromTime) void
setMaximumTimeAllowed
(Long maximumTimeAllowed) void
void
setOwningEntityInstancePK
(EntityInstancePK owningEntityInstancePK) void
setScheduledEndTime
(Long scheduledEndTime) void
setScheduledStartTime
(Long scheduledStartTime) void
setScheduledTime
(Long scheduledTime) void
setThruTime
(Long thruTime) void
setWorkEffort
(WorkEffort entity) void
void
setWorkEffortName
(String workEffortName) void
setWorkEffortPK
(WorkEffortPK workEffortPK) void
setWorkEffortScope
(WorkEffortScope entity) void
setWorkEffortScopePK
(WorkEffortScopePK workEffortScopePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
WorkEffortDetail
Creates a new instance of WorkEffortDetail- Throws:
PersistenceException
-
WorkEffortDetail
Creates a new instance of WorkEffortDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getWorkEffortDetailValue
-
setWorkEffortDetailValue
public void setWorkEffortDetailValue(WorkEffortDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getWorkEffortPK
-
getWorkEffort
-
getWorkEffort
-
getWorkEffort
-
getWorkEffort
-
getWorkEffortForUpdate
-
getWorkEffortForUpdate
-
setWorkEffortPK
public void setWorkEffortPK(WorkEffortPK workEffortPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkEffort
-
getWorkEffortPKHasBeenModified
-
getWorkEffortName
-
setWorkEffortName
public void setWorkEffortName(String workEffortName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getWorkEffortNameHasBeenModified
-
getOwningEntityInstancePK
-
getOwningEntityInstance
-
getOwningEntityInstance
-
getOwningEntityInstance
-
getOwningEntityInstance
-
getOwningEntityInstanceForUpdate
-
getOwningEntityInstanceForUpdate
-
setOwningEntityInstancePK
public void setOwningEntityInstancePK(EntityInstancePK owningEntityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOwningEntityInstance
-
getOwningEntityInstancePKHasBeenModified
-
getWorkEffortScopePK
-
getWorkEffortScope
-
getWorkEffortScope
-
getWorkEffortScope
-
getWorkEffortScope
-
getWorkEffortScopeForUpdate
-
getWorkEffortScopeForUpdate
-
setWorkEffortScopePK
public void setWorkEffortScopePK(WorkEffortScopePK workEffortScopePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkEffortScope
-
getWorkEffortScopePKHasBeenModified
-
getScheduledTime
-
setScheduledTime
public void setScheduledTime(Long scheduledTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getScheduledTimeHasBeenModified
-
getScheduledStartTime
-
setScheduledStartTime
public void setScheduledStartTime(Long scheduledStartTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getScheduledStartTimeHasBeenModified
-
getScheduledEndTime
-
setScheduledEndTime
public void setScheduledEndTime(Long scheduledEndTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getScheduledEndTimeHasBeenModified
-
getEstimatedTimeAllowed
-
setEstimatedTimeAllowed
public void setEstimatedTimeAllowed(Long estimatedTimeAllowed) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEstimatedTimeAllowedHasBeenModified
-
getMaximumTimeAllowed
-
setMaximumTimeAllowed
public void setMaximumTimeAllowed(Long maximumTimeAllowed) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumTimeAllowedHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-