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 TypeMethodDescriptionvoidaddCurProductiveTime(long productiveTime) Adds the cur productive time.longGets the cur productive time.voidsetCurProductiveTime(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:IJoinedDetailControllerGets the cur productive time.- Specified by:
getCurProductiveTimein interfaceIJoinedDetailController- Returns:
- the cur productive time
-
addCurProductiveTime
void addCurProductiveTime(long productiveTime) Adds the cur productive time.- Parameters:
productiveTime- the productive time
-