|
||||||||||
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.library.info.InfoDirective
public final class InfoDirective
Info block descriptor.
Constructor Summary | |
---|---|
InfoDirective(String title,
String description)
Creation of a new info directive. |
Method Summary | |
---|---|
boolean |
equals(Object other)
Compare this object with another for equality. |
String |
getDescription()
Return the resource description. |
String |
getTitle()
Return the resource title. |
int |
hashCode()
Compute the hash value. |
boolean |
isNull()
Return the null status of the info block. |
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 InfoDirective(String title, String description)
title
- the titledescription
- the descriptionMethod Detail |
---|
public String getTitle()
getTitle
in interface Info
public String getDescription()
getDescription
in interface Info
public boolean isNull()
public boolean equals(Object other)
equals
in class AbstractDirective
other
- the other object
public int hashCode()
hashCode
in class AbstractDirective
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |