|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.LiteratureItemVo
public class LiteratureItemVo
Single literature reference.
| Constructor Summary | |
|---|---|
LiteratureItemVo()
Constructs a new section. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
LatexList |
getItem()
Get item. |
java.lang.String |
getLabel()
Get item label. |
int |
hashCode()
|
void |
setItem(LatexListVo item)
Set literature reference for this item. |
void |
setLabel(java.lang.String label)
Set reference label for this literature reference. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LiteratureItemVo()
| Method Detail |
|---|
public final void setLabel(java.lang.String label)
label - Reference to this object with this label.public final java.lang.String getLabel()
LiteratureItem
getLabel in interface LiteratureItempublic final void setItem(LatexListVo item)
item - literature reference.public final LatexList getItem()
LiteratureItem
getItem in interface LiteratureItempublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||