Hilbert II - Version 0.02.01

org.qedeq.kernel.bo.module
Class LiteratureItemBo

java.lang.Object
  extended byorg.qedeq.kernel.bo.module.LiteratureItemBo
All Implemented Interfaces:
LiteratureItem

public final class LiteratureItemBo
extends Object
implements LiteratureItem

Single literature reference.

Version:
$Revision: 1.1 $

Constructor Summary
LiteratureItemBo()
          Constructs a new section.
 
Method Summary
 boolean equals(Object obj)
           
 LatexList getItem()
          Get item.
 String getLabel()
          Get item label.
 int hashCode()
           
 void setItem(LatexList item)
          Set literature reference for this item.
 void setLabel(String label)
          Set reference label for this literature reference.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiteratureItemBo

public LiteratureItemBo()
Constructs a new section.

Method Detail

setLabel

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

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

getLabel

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

Specified by:
getLabel in interface LiteratureItem
Returns:
Label.

setItem

public final void setItem(LatexList 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(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Hilbert II - Version 0.02.01

©left GNU General Public Licence
All Rights Reserved.