Package hec.data.level
Class LocationLevelIndicatorImpl
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.data.level.LocationLevelIndicatorImpl
- All Implemented Interfaces:
ILocationLevelIndicator,AsciiSerializable,FieldAccessor,Serializable,Cloneable,Comparable,Observer,Modifiable
- See Also:
-
Field Summary
Fields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT -
Constructor Summary
ConstructorsConstructorDescriptionLocationLevelIndicatorImpl(ILocationLevelRef indicatorLocationLevelRef, String indicatorId, ILocationLevelRef refLocationLevelRef) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetConditionMap(Map<Integer, ILocationLevelIndicatorCondition> conditionMap) voidsetIndicatorId(String indicatorId) final voidsetIndicatorLocationLevelRef(ILocationLevelRef iLocationLevelRef) voidsetLocationRef(LocationTemplate locRef) voidsetMaximumAge(String maxiumumAge) voidsetMinimumDuration(String minimumDuration) final voidsetRefLocationLevelRef(ILocationLevelRef iLocationLevelRef) toString()Methods inherited from class hec.lang.NamedType
addModifiableListener, clone, compareTo, fireModifiedStateChanged, getDescription, getDisplayName, getFieldObject, getIgnoreModifiedEvents, getIndex, getName, isModified, isValid, readResolve, removeModifiableListener, rename, set, setDescription, setFieldObject, setIgnoreModifiedEvents, setIndex, setModified, setName, setValid, update, useRecursiveModifiedTestMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface rma.lang.Modifiable
isModified, setModified
-
Constructor Details
-
LocationLevelIndicatorImpl
public LocationLevelIndicatorImpl() -
LocationLevelIndicatorImpl
public LocationLevelIndicatorImpl(ILocationLevelRef indicatorLocationLevelRef, String indicatorId, ILocationLevelRef refLocationLevelRef)
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getOfficeId
- Specified by:
getOfficeIdin interfaceILocationLevelIndicator
-
getLocationRef
- Specified by:
getLocationRefin interfaceILocationLevelIndicator
-
setLocationRef
- Specified by:
setLocationRefin interfaceILocationLevelIndicator
-
getIndicatorLocationLevelRef
- Specified by:
getIndicatorLocationLevelRefin interfaceILocationLevelIndicator
-
setIndicatorLocationLevelRef
- Specified by:
setIndicatorLocationLevelRefin interfaceILocationLevelIndicator
-
getLocationLevelIndicatorId
- Specified by:
getLocationLevelIndicatorIdin interfaceILocationLevelIndicator
-
getIndicatorId
- Specified by:
getIndicatorIdin interfaceILocationLevelIndicator
-
setIndicatorId
- Specified by:
setIndicatorIdin interfaceILocationLevelIndicator
-
getRefLocationLevelRef
- Specified by:
getRefLocationLevelRefin interfaceILocationLevelIndicator
-
setRefLocationLevelRef
- Specified by:
setRefLocationLevelRefin interfaceILocationLevelIndicator
-
getMinimumDuration
- Specified by:
getMinimumDurationin interfaceILocationLevelIndicator
-
setMinimumDuration
- Specified by:
setMinimumDurationin interfaceILocationLevelIndicator
-
getMaximumAge
- Specified by:
getMaximumAgein interfaceILocationLevelIndicator
-
setMaximumAge
- Specified by:
setMaximumAgein interfaceILocationLevelIndicator
-
getConditionMap
- Specified by:
getConditionMapin interfaceILocationLevelIndicator
-
setConditionMap
- Specified by:
setConditionMapin interfaceILocationLevelIndicator
-
toString
-