org.qedeq.kernel.se.dto.module
Class LiteratureItemVo

java.lang.Object
  extended by org.qedeq.kernel.se.dto.module.LiteratureItemVo
All Implemented Interfaces:
LiteratureItem

public class LiteratureItemVo
extends java.lang.Object
implements LiteratureItem

Single literature reference.

Author:
Michael Meyling

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

LiteratureItemVo

public LiteratureItemVo()
Constructs a new section.

Method Detail

setLabel

public final void setLabel(java.lang.String label)
Set reference label for this literature reference.

Parameters:
label - Reference to this object with this label.

getLabel

public final java.lang.String getLabel()
Description copied from interface: LiteratureItem
Get item label.

Specified by:
getLabel in interface LiteratureItem
Returns:
Label.

setItem

public final void setItem(LatexListVo item)
Set literature reference for this item.

Parameters:
item - literature reference.

getItem

public final LatexList getItem()
Description copied from interface: LiteratureItem
Get item.

Specified by:
getItem in interface LiteratureItem
Returns:
Literature reference.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2014. All Rights Reserved.