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 TypeMethodDescriptionbooleanbooleanbooleanbooleangetOwningEntityInstance(EntityPermission entityPermission) getOwningEntityInstance(Session session) getOwningEntityInstance(Session session, EntityPermission entityPermission) getOwningEntityInstanceForUpdate(Session session) booleanbooleanbooleanbooleanbooleangetWorkEffort(EntityPermission entityPermission) getWorkEffort(Session session) getWorkEffort(Session session, EntityPermission entityPermission) getWorkEffortForUpdate(Session session) booleanbooleangetWorkEffortScope(EntityPermission entityPermission) getWorkEffortScope(Session session) getWorkEffortScope(Session session, EntityPermission entityPermission) getWorkEffortScopeForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetEstimatedTimeAllowed(Long estimatedTimeAllowed) voidsetFromTime(Long fromTime) voidsetMaximumTimeAllowed(Long maximumTimeAllowed) voidvoidsetOwningEntityInstancePK(EntityInstancePK owningEntityInstancePK) voidsetScheduledEndTime(Long scheduledEndTime) voidsetScheduledStartTime(Long scheduledStartTime) voidsetScheduledTime(Long scheduledTime) voidsetThruTime(Long thruTime) voidsetWorkEffort(WorkEffort entity) voidvoidsetWorkEffortName(String workEffortName) voidsetWorkEffortPK(WorkEffortPK workEffortPK) voidsetWorkEffortScope(WorkEffortScope entity) voidsetWorkEffortScopePK(WorkEffortScopePK workEffortScopePK) voidtoString()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:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getWorkEffortDetailValue
-
setWorkEffortDetailValue
public void setWorkEffortDetailValue(WorkEffortDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-