Package com.dna.jopt.member.unit.pnd
Interface IPNDItem
- All Known Subinterfaces:
ILoad,ILoadCapacity,ITimedLoad
- All Known Implementing Classes:
AbstractLoad,AbstractLoadCapacity,DegradingLoadCapacity,MixedFlexLoad,RequestFlexLoad,SimpleLoad,SimpleLoadCapacity,SupplyFlexLoad,TimedLoad,TimedSupplyFlexLoad,UnloadAllLoad
public interface IPNDItem
The Interface IPNDItem is the super interface for
ILoad and ILoadCapacity.- Since:
- Jul 30, 2020
- Version:
- Jul 30, 2020
- Author:
- jrich
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the id of the PNDItemintGets the search index.voidsetSearchIndex(int searchIndex) Sets the search index.typeName()Gets the type name.
-
Method Details
-
getId
String getId()Gets the id of the PNDItem- Returns:
- the id
-
typeName
String typeName()Gets the type name.- Returns:
- the type name
-
setSearchIndex
void setSearchIndex(int searchIndex) Sets the search index.- Parameters:
searchIndex- the new search index
-
getSearchIndex
int getSearchIndex()Gets the search index.- Returns:
- the search index
-