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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCompanyPartyPK
(PartyPK companyPartyPK) void
setEndTime
(Long endTime) void
setFromTime
(Long fromTime) void
setLeaveName
(String leaveName) void
setLeavePK
(LeavePK leavePK) void
setLeaveReasonPK
(LeaveReasonPK leaveReasonPK) void
setLeaveTypePK
(LeaveTypePK leaveTypePK) void
setPartyPK
(PartyPK partyPK) void
setStartTime
(Long startTime) void
setThruTime
(Long thruTime) void
setTotalTime
(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:
getBaseFactoryInstance
in classBaseValue<LeaveDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<LeaveDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<LeaveDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-