Package hec.data
Class DefaultCwmsProperty
java.lang.Object
hec.data.DefaultCwmsProperty
- All Implemented Interfaces:
ICwmsProperty
,IProperty
-
Field Summary
Fields inherited from interface hec.data.ICwmsProperty
CATEGORY, COMMENT, OFFICEID
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultCwmsProperty
(IProperty property) DefaultCwmsProperty
(String officeId, String propertyCategory, String propertyId, String propertyValue, String propertyComment) DefaultCwmsProperty
(Map<String, String> map) -
Method Summary
Modifier and TypeMethodDescriptionReturns the office id for this property.Returns the category of this property.Returns the property comment for this object.Returns the property id of this object.Returns the property value of this object.void
void
void
final void
setPropertyMap
(Map<String, String> map) Will set the attributes of this object to the mapped values keyed to the above constants and those in the super type.
-
Constructor Details
-
DefaultCwmsProperty
-
DefaultCwmsProperty
-
DefaultCwmsProperty
-
-
Method Details
-
setPropertyMap
Description copied from interface:ICwmsProperty
Will set the attributes of this object to the mapped values keyed to the above constants and those in the super type.- Specified by:
setPropertyMap
in interfaceICwmsProperty
-
getPropertyCategory
Description copied from interface:ICwmsProperty
Returns the category of this property.- Specified by:
getPropertyCategory
in interfaceICwmsProperty
- Returns:
-
setPropertyCategory
-
getPropertyComment
Description copied from interface:IProperty
Returns the property comment for this object.- Specified by:
getPropertyComment
in interfaceIProperty
- Returns:
-
setPropertyComment
-
getOfficeId
Description copied from interface:ICwmsProperty
Returns the office id for this property.- Specified by:
getOfficeId
in interfaceICwmsProperty
- Returns:
-
setOfficeId
-
getPropertyId
Description copied from interface:IProperty
Returns the property id of this object.- Specified by:
getPropertyId
in interfaceIProperty
- Returns:
-
getPropertyValue
Description copied from interface:IProperty
Returns the property value of this object.- Specified by:
getPropertyValue
in interfaceIProperty
- Returns:
-