|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jahia.utils.xml.betwixt.BaseDescriptor
public class BaseDescriptor
The base class from which all descriptor beans are derived. Summit's XML configuration files are parse into descriptor beans and the descriptor beans are processed to configure Summit.
| Constructor Summary | |
|---|---|
BaseDescriptor()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Whether the passed object is the same as this one. |
java.lang.String |
getId()
Gets the id attribute |
java.lang.String |
getName()
Gets the name attribute |
int |
hashCode()
Provides the hashCode of this object, which is determined by simply delegating the responsibility to the name property |
void |
setId(java.lang.String id)
Sets the id attribute of the BaseDescriptor object |
void |
setName(java.lang.String name)
Sets the name attribute |
java.lang.String |
toString()
Return a string suitable for display/debugging |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BaseDescriptor()
| Method Detail |
|---|
public void setName(java.lang.String name)
name - the new name valuepublic java.lang.String getName()
public void setId(java.lang.String id)
id - the new id valuepublic java.lang.String getId()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - any object
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||