Package hec.gfx2d.swing.charts.data
Class RmaDataId
java.lang.Object
hec.gfx2d.swing.charts.data.RmaDataId
- All Implemented Interfaces:
Comparable<RmaDataId>
Copyright (C) 2017 Hydrologic Engineering Center,
United States Army Corps of Engineers, All Rights Reserved
HEC-Java NEXGEN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getName()
int
hashCode()
void
setDescription
(String description) void
setLocation
(String location) void
toString()
-
Constructor Details
-
RmaDataId
public RmaDataId() -
RmaDataId
-
-
Method Details
-
getName
- Returns:
- the name of the id'd item
-
setName
- Parameters:
name
- the new name for the id'd item
-
getLocation
- Returns:
- the location string of the id'd item
-
setLocation
- Parameters:
location
- the new location for the id'd item
-
getDescription
- Returns:
- the description of the id'd item
-
setDescription
- Parameters:
description
- the new description for the id'd item
-
toString
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<RmaDataId>
-