|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.lang.AbstractDirective net.dpml.lang.Info
Part info description.
Constructor Summary | |
Info(URI uri,
String title,
String description)
Creation of a new part info descriptor. |
Method Summary | |
boolean |
equals(Object other)
Test if this instance is equal to the supplied instance. |
String |
getDescription()
Get the part description. |
String |
getTitle()
Get the part title. |
URI |
getURI()
Get the part uri. |
int |
hashCode()
Get the hashcode for this instance. |
Methods inherited from class net.dpml.lang.AbstractDirective |
equals, hashArray, hashValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Info(URI uri, String title, String description)
uri
- the part urititle
- the title of the partdescription
- the part descriptionMethod Detail |
public URI getURI()
public String getTitle()
public String getDescription()
public boolean equals(Object other)
equals
in class AbstractDirective
other
- the other instance
public int hashCode()
hashCode
in class AbstractDirective
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |