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.voidvoidvoidfinal voidsetPropertyMap(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:ICwmsPropertyWill set the attributes of this object to the mapped values keyed to the above constants and those in the super type.- Specified by:
setPropertyMapin interfaceICwmsProperty
-
getPropertyCategory
Description copied from interface:ICwmsPropertyReturns the category of this property.- Specified by:
getPropertyCategoryin interfaceICwmsProperty- Returns:
-
setPropertyCategory
-
getPropertyComment
Description copied from interface:IPropertyReturns the property comment for this object.- Specified by:
getPropertyCommentin interfaceIProperty- Returns:
-
setPropertyComment
-
getOfficeId
Description copied from interface:ICwmsPropertyReturns the office id for this property.- Specified by:
getOfficeIdin interfaceICwmsProperty- Returns:
-
setOfficeId
-
getPropertyId
Description copied from interface:IPropertyReturns the property id of this object.- Specified by:
getPropertyIdin interfaceIProperty- Returns:
-
getPropertyValue
Description copied from interface:IPropertyReturns the property value of this object.- Specified by:
getPropertyValuein interfaceIProperty- Returns:
-