|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.xml.full.Attribute
public class Attribute
Representation of an Attribute in an object
| Constructor Summary | |
|---|---|
Attribute()
Constructor |
|
Attribute(java.lang.String name,
java.lang.String value)
Construnctor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Get the name of this field |
java.lang.String |
getValue()
Get the value of this field |
int |
hashCode()
|
void |
setName(java.lang.String name)
Set the name of this field |
void |
setValue(java.lang.String value)
Set the value of this field |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Attribute()
public Attribute(java.lang.String name,
java.lang.String value)
name - the namevalue - the value| Method Detail |
|---|
public void setName(java.lang.String name)
name - the namepublic java.lang.String getName()
public void setValue(java.lang.String value)
value - the valuepublic java.lang.String getValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||