Package hec.data.level
Interface ILocationLevelIndicator
- All Superinterfaces:
Modifiable
- All Known Implementing Classes:
LocationLevelIndicatorImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setConditionMap
(Map<Integer, ILocationLevelIndicatorCondition> conditionMap) void
setIndicatorId
(String indicatorId) void
setIndicatorLocationLevelRef
(ILocationLevelRef iLocationLevelRef) void
setLocationRef
(LocationTemplate locRef) void
setMaximumAge
(String maximumAgeMillis) void
setMinimumDuration
(String durationMillis) void
setRefLocationLevelRef
(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()
-