|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.ws.tags.Tag
public class Tag
A generic ID tag.
| Constructor Summary | |
|---|---|
protected |
Tag()
Creates a new tag. |
protected |
Tag(String value)
Creates a new tag with the given ID value. |
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
String |
getValue()
Returns the receiver's ID value. |
int |
hashCode()
|
void |
setValue(String value)
Sets the receiver's ID value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Tag(String value)
value - The ID value.protected Tag()
| Method Detail |
|---|
public void setValue(String value)
value - The ID value.public String getValue()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||