Package hec.data.location
Class Alternative
java.lang.Object
hec.data.location.Alternative
- All Implemented Interfaces:
Serializable
An Object which represents an Alterntive form of Identification for a
wcds.lang.Location.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAlternative
(Alternative alt) Alternative
(String categoryId, String locationGroupId, String aliasId) Constructs the default Alternative and sets the type to the argument int. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAgencyName
(String agencyName) void
setAliasId
(String aliasId) void
setAliasLongName
(String aliasLongName) void
setAliasPublicName
(String aliasPublicName) void
setCategoryId
(String categoryId) void
setLocationGroupId
(String locationGroupId)
-
Field Details
-
UNDEFINED
-
CBT
- See Also:
-
GOES
- See Also:
-
NWS
- See Also:
-
SHEF
- See Also:
-
USGS
- See Also:
-
ALTERNATIVES
-
-
Constructor Details
-
Alternative
public Alternative() -
Alternative
Constructs the default Alternative and sets the type to the argument int. -
Alternative
-
-
Method Details
-
getCategoryId
-
setCategoryId
-
getLocationGroupId
-
setLocationGroupId
-
getAgencyId
-
getAgencyName
-
setAgencyName
-
getAliasId
-
setAliasId
-
getAliasLongName
-
setAliasLongName
-
getAliasPublicName
-
setAliasPublicName
-