public abstract class XMLNode extends java.lang.Object implements java.io.Serializable, HasId
| Constructor and Description | 
|---|
| XMLNode() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.Long | getId()Gets the id. | 
| QName | getName()Gets the name. | 
| QName | getValue()Gets the value. | 
| int | hashCode()This is the java hashCode method. | 
| void | setHash(java.lang.Integer value)Method used by hibernate to set the value. | 
| void | setId(java.lang.Long id)Sets the id. | 
| void | setName(QName name)Sets the name. | 
| void | setValue(QName value)Sets the value. | 
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic QName getName()
public void setName(QName name)
name - the name to setpublic java.lang.Long getId()
public void setId(java.lang.Long id)
public QName getValue()
public void setValue(QName value)
value - the value to setpublic void setHash(java.lang.Integer value)
value - the new hashCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa