Class WorkTimeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkTimeDetailPK>
com.echothree.model.data.workrequirement.server.value.WorkTimeDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class WorkTimeDetailValue
extends BaseValue<WorkTimeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionWorkTimeDetailValue(WorkTimeDetailPK workTimeDetailPK, WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of WorkTimeDetailValueWorkTimeDetailValue(WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of WorkTimeDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEndTime(Long endTime) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetStartTime(Long startTime) voidsetThruTime(Long thruTime) voidsetWorkRequirementPK(WorkRequirementPK workRequirementPK) voidsetWorkTimePK(WorkTimePK workTimePK) voidsetWorkTimeSequence(Integer workTimeSequence) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkTimeDetailValue
public WorkTimeDetailValue(WorkTimeDetailPK workTimeDetailPK, WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkTimeDetailValue- Throws:
PersistenceNotNullException
-
WorkTimeDetailValue
public WorkTimeDetailValue(WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkTimeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<WorkTimeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkTimeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkTimeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkTimeDetailPK>
-
getWorkTimePK
-
setWorkTimePK
- Throws:
PersistenceNotNullException
-
getWorkTimePKHasBeenModified
-
getWorkRequirementPK
-
setWorkRequirementPK
public void setWorkRequirementPK(WorkRequirementPK workRequirementPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkRequirementPKHasBeenModified
-
getWorkTimeSequence
-
setWorkTimeSequence
- Throws:
PersistenceNotNullException
-
getWorkTimeSequenceHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getStartTime
-
setStartTime
- Throws:
PersistenceNotNullException
-
getStartTimeHasBeenModified
-
getEndTime
-
setEndTime
-
getEndTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-