Class CoupledRequestFlexLoad
java.lang.Object
com.dna.jopt.member.unit.pnd.load.AbstractLoad
com.dna.jopt.member.unit.pnd.load.flexload.MixedFlexLoad
com.dna.jopt.member.unit.pnd.load.flexload.RequestFlexLoad
com.dna.jopt.member.unit.pnd.load.flexload.CoupledRequestFlexLoad
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCoupledRequestFlexLoad(String loadId, int intialLoadValue) CoupledRequestFlexLoad(String loadId, int initialLoadValue, boolean isFuzzyVisit) -
Method Summary
Modifier and TypeMethodDescriptioncopy()Copies the load into a new Object.intvoidsetCoupledDepotsIds(List<String> coupledDepotIds) voidsetCoupledLoadValue(int coupledLoadValue) Methods inherited from class com.dna.jopt.member.unit.pnd.load.flexload.RequestFlexLoad
isRequest, merge, typeName, visitedMethods inherited from class com.dna.jopt.member.unit.pnd.load.flexload.MixedFlexLoad
getAdjustedLoadValue, isFlexible, toStringMethods inherited from class com.dna.jopt.member.unit.pnd.load.AbstractLoad
getId, getLoadValue, getPriority, getSearchIndex, isFuzzyVisit, isTimed, setLoad, setSearchIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.dna.jopt.member.unit.pnd.load.ILoad
getLoadValue, getPriority, isFuzzyVisit, isTimed, setLoadMethods inherited from interface com.dna.jopt.member.unit.pnd.IPNDItem
getId, getSearchIndex, setSearchIndex
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
CoupledRequestFlexLoad
-
CoupledRequestFlexLoad
-
-
Method Details
-
getCoupledDepotsIds
-
setCoupledDepotsIds
-
getCoupledLoadValue
public int getCoupledLoadValue() -
setCoupledLoadValue
public void setCoupledLoadValue(int coupledLoadValue) -
copy
Description copied from interface:ILoadCopies the load into a new Object.- Specified by:
copyin interfaceILoad- Overrides:
copyin classRequestFlexLoad- Returns:
- the copied ILoad
-