Interface IJoinedEntityDetailController
- All Superinterfaces:
Cloneable
,IJoinedDetailController
,Serializable
- All Known Implementing Classes:
JoinedEntityDetailController
The Interface IJoinedEntityDetailController.
- Since:
- Sep 27, 2019
- Version:
- Sep 27, 2019
- Author:
- Jens Richter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCurProductiveTime
(long productiveTime) Adds the cur productive time.long
Gets the cur productive time.void
setCurProductiveTime
(long productiveTime) Sets the cur productive time.Methods inherited from interface com.dna.jopt.member.bucket.shared.IJoinedDetailController
addCurAbsoluteClockTime, addCurDistance, addCurFlexTimeUsage, addCurIdleTime, addCurInducedIdleTime, addCurPostFlexTimeUsage, addCurTransitTime, addCurWhiteSpaceIdleTime, addTerminationTransitDistance, addTerminationTransitTime, copy, getCurAbsoluteClockTime, getCurDistance, getCurFlexTimeUsage, getCurFlexTimeUsage, getCurIdleTime, getCurInducedIdleTime, getCurPostFlexTimeUsage, getCurPostFlexTimeUsage, getCurResourceDepot, getCurTransitTime, getCurVisitorCapacity, getCurVisitorLoad, getCurWhitSpaceIdleTime, getDistances, getTerminationTransitDistance, getTerminationTransitTime, getUnassignNodeManager, reset, setCurAbsoluteClockTime, setCurDistance, setCurFlexTimeUsage, setCurIdleTime, setCurInducedIdleTime, setCurPostFlexTimeUsage, setCurResourceDepot, setCurTransitTime, setCurVisitorCapacity, setCurVisitorLoad, setCurWhiteSpaceIdleTime, setTerminationTransitDistance, setTerminationTransitTime, setUnassignNodeManager
-
Method Details
-
setCurProductiveTime
void setCurProductiveTime(long productiveTime) Sets the cur productive time.- Parameters:
productiveTime
- the new cur productive time
-
getCurProductiveTime
long getCurProductiveTime()Description copied from interface:IJoinedDetailController
Gets the cur productive time.- Specified by:
getCurProductiveTime
in interfaceIJoinedDetailController
- Returns:
- the cur productive time
-
addCurProductiveTime
void addCurProductiveTime(long productiveTime) Adds the cur productive time.- Parameters:
productiveTime
- the productive time
-