Class LeaveDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<LeaveDetailPK>
com.echothree.model.data.employee.server.value.LeaveDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionLeaveDetailValue(LeaveDetailPK leaveDetailPK, LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) Creates a new instance of LeaveDetailValueLeaveDetailValue(LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) Creates a new instance of LeaveDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCompanyPartyPK(PartyPK companyPartyPK) voidsetEndTime(Long endTime) voidsetFromTime(Long fromTime) voidsetLeaveName(String leaveName) voidsetLeavePK(LeavePK leavePK) voidsetLeaveReasonPK(LeaveReasonPK leaveReasonPK) voidsetLeaveTypePK(LeaveTypePK leaveTypePK) voidsetPartyPK(PartyPK partyPK) voidsetStartTime(Long startTime) voidsetThruTime(Long thruTime) voidsetTotalTime(Long totalTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
LeaveDetailValue
public LeaveDetailValue(LeaveDetailPK leaveDetailPK, LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LeaveDetailValue- Throws:
PersistenceNotNullException
-
LeaveDetailValue
public LeaveDetailValue(LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of LeaveDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<LeaveDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<LeaveDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<LeaveDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<LeaveDetailPK>
-
getLeavePK
-
setLeavePK
- Throws:
PersistenceNotNullException
-
getLeavePKHasBeenModified
-
getLeaveName
-
setLeaveName
- Throws:
PersistenceNotNullException
-
getLeaveNameHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCompanyPartyPK
-
setCompanyPartyPK
- Throws:
PersistenceNotNullException
-
getCompanyPartyPKHasBeenModified
-
getLeaveTypePK
-
setLeaveTypePK
- Throws:
PersistenceNotNullException
-
getLeaveTypePKHasBeenModified
-
getLeaveReasonPK
-
setLeaveReasonPK
- Throws:
PersistenceNotNullException
-
getLeaveReasonPKHasBeenModified
-
getStartTime
-
setStartTime
- Throws:
PersistenceNotNullException
-
getStartTimeHasBeenModified
-
getEndTime
-
setEndTime
-
getEndTimeHasBeenModified
-
getTotalTime
-
setTotalTime
-
getTotalTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-