Last update: 2011-06-23

org.proteios.io.mzdata
Class CvLookup

java.lang.Object
  extended by org.proteios.io.mzdata.CvLookup

public class CvLookup
extends Object

This class processes a "cvLookup" XML block in an mzData file. Example: XML tag

Version:
2.0
Author:
Olle
Last modified
$Date: 2006-11-08 14:40:28 +0200 (Thu, 26 Oct 2006) $

Constructor Summary
CvLookup()
          Default constructor.
CvLookup(String cvLabel, String fullName, String version, String address)
          Constructor with arguments for all attributes.
 
Method Summary
 String getAddress()
          Get the address.
 String getCvLabel()
          Get the cvLabel.
 String getFullName()
          Get the fullName.
 String getVersion()
          Get the version.
 void setAddress(String address)
          Set the address.
 void setCvLabel(String cvLabel)
          Set the cvLabel.
 void setFullName(String fullName)
          Set the fullName.
 void setVersion(String version)
          Set the version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvLookup

public CvLookup()
Default constructor.


CvLookup

public CvLookup(String cvLabel,
                String fullName,
                String version,
                String address)
Constructor with arguments for all attributes.

Method Detail

getCvLabel

public String getCvLabel()
Get the cvLabel.

Returns:
cvLabel String the cvLabel

setCvLabel

public void setCvLabel(String cvLabel)
Set the cvLabel.

Parameters:
cvLabel - String the cvLabel to set.

getFullName

public String getFullName()
Get the fullName.

Returns:
fullName String the fullName

setFullName

public void setFullName(String fullName)
Set the fullName.

Parameters:
fullName - String the fullName to set.

getVersion

public String getVersion()
Get the version.

Returns:
version String the version

setVersion

public void setVersion(String version)
Set the version.

Parameters:
version - String the version to set.

getAddress

public String getAddress()
Get the address.

Returns:
address String the address

setAddress

public void setAddress(String address)
Set the address.

Parameters:
address - String the address to set.

Last update: 2011-06-23