Package hec.data.level
Interface ILocationLevelIndicator
- All Superinterfaces:
Modifiable
- All Known Implementing Classes:
LocationLevelIndicatorImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConditionMap(Map<Integer, ILocationLevelIndicatorCondition> conditionMap) voidsetIndicatorId(String indicatorId) voidsetIndicatorLocationLevelRef(ILocationLevelRef iLocationLevelRef) voidsetLocationRef(LocationTemplate locRef) voidsetMaximumAge(String maximumAgeMillis) voidsetMinimumDuration(String durationMillis) voidsetRefLocationLevelRef(ILocationLevelRef iLocationLevelRef) Methods inherited from interface rma.lang.Modifiable
isModified, setModified
-
Method Details
-
getOfficeId
String getOfficeId() -
getLocationRef
LocationTemplate getLocationRef() -
setLocationRef
-
getIndicatorLocationLevelRef
ILocationLevelRef getIndicatorLocationLevelRef() -
setIndicatorLocationLevelRef
-
getIndicatorId
String getIndicatorId() -
setIndicatorId
-
getRefLocationLevelRef
ILocationLevelRef getRefLocationLevelRef() -
setRefLocationLevelRef
-
getMinimumDuration
String getMinimumDuration() -
setMinimumDuration
-
getMaximumAge
String getMaximumAge() -
setMaximumAge
-
getConditionMap
Map<Integer,ILocationLevelIndicatorCondition> getConditionMap() -
setConditionMap
-
getLocationLevelIndicatorId
String getLocationLevelIndicatorId()
-