Method Summary |
|
public Object | clone() Implement clone. |
public boolean | equals(Object obj) Implement equals.
recursively tests to determine if the object passed in is a copy of this
object.
Parameters: obj - The LegendURLDTO object to test. |
public String | getFormat() Getter for legend icon format. |
public int | getHeight() Getter for legend icon height. |
public String | getOnlineResource() Getter for property onlineResource. |
public int | getWidth() Getter for legend icon width. |
public int | hashCode() Implement hashCode. |
public void | setFormat(String format) Setter for legend icon format. |
public void | setHeight(int height) Setter for legend icon height. |
public void | setOnlineResource(String onlineResource) Setter for legend icon onlineResource. |
public void | setWidth(int width) Setter for legend icon width. |
public String | toString() |