Class WorkRequirementDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.workrequirement.server.entity.WorkRequirementDetail
- 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 WorkRequirementDetailWorkRequirementDetail
(WorkRequirementDetailValue value, EntityPermission entityPermission) Creates a new instance of WorkRequirementDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
getWorkEffort
(EntityPermission entityPermission) getWorkEffort
(Session session) getWorkEffort
(Session session, EntityPermission entityPermission) getWorkEffortForUpdate
(Session session) boolean
getWorkRequirement
(EntityPermission entityPermission) getWorkRequirement
(Session session) getWorkRequirement
(Session session, EntityPermission entityPermission) getWorkRequirementForUpdate
(Session session) boolean
boolean
getWorkRequirementScope
(EntityPermission entityPermission) getWorkRequirementScope
(Session session) getWorkRequirementScope
(Session session, EntityPermission entityPermission) getWorkRequirementScopeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setRequiredTime
(Long requiredTime) void
setStartTime
(Long startTime) void
setThruTime
(Long thruTime) void
setWorkEffort
(WorkEffort entity) void
setWorkEffortPK
(WorkEffortPK workEffortPK) void
setWorkRequirement
(WorkRequirement entity) void
void
setWorkRequirementName
(String workRequirementName) void
setWorkRequirementPK
(WorkRequirementPK workRequirementPK) void
void
setWorkRequirementScopePK
(WorkRequirementScopePK workRequirementScopePK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
WorkRequirementDetail
Creates a new instance of WorkRequirementDetail- Throws:
PersistenceException
-
WorkRequirementDetail
Creates a new instance of WorkRequirementDetail
-
-
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
-
getWorkRequirementDetailValue
-
setWorkRequirementDetailValue
public void setWorkRequirementDetailValue(WorkRequirementDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getWorkRequirementPK
-
getWorkRequirement
-
getWorkRequirement
-
getWorkRequirement
-
getWorkRequirement
-
getWorkRequirementForUpdate
-
getWorkRequirementForUpdate
-
setWorkRequirementPK
public void setWorkRequirementPK(WorkRequirementPK workRequirementPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkRequirement
-
getWorkRequirementPKHasBeenModified
-
getWorkRequirementName
-
setWorkRequirementName
public void setWorkRequirementName(String workRequirementName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getWorkRequirementNameHasBeenModified
-
getWorkEffortPK
-
getWorkEffort
-
getWorkEffort
-
getWorkEffort
-
getWorkEffort
-
getWorkEffortForUpdate
-
getWorkEffortForUpdate
-
setWorkEffortPK
public void setWorkEffortPK(WorkEffortPK workEffortPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkEffort
-
getWorkEffortPKHasBeenModified
-
getWorkRequirementScopePK
-
getWorkRequirementScope
public WorkRequirementScope getWorkRequirementScope(Session session, EntityPermission entityPermission) -
getWorkRequirementScope
-
getWorkRequirementScope
-
getWorkRequirementScope
-
getWorkRequirementScopeForUpdate
-
getWorkRequirementScopeForUpdate
-
setWorkRequirementScopePK
public void setWorkRequirementScopePK(WorkRequirementScopePK workRequirementScopePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkRequirementScope
-
getWorkRequirementScopePKHasBeenModified
-
getStartTime
-
setStartTime
public void setStartTime(Long startTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getStartTimeHasBeenModified
-
getRequiredTime
-
setRequiredTime
public void setRequiredTime(Long requiredTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getRequiredTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-