DLESE Tools
v1.6.0

org.dlese.dpc.serviceclients.cat
Class CATStandard

java.lang.Object
  extended by org.dlese.dpc.serviceclients.cat.CATStandard

public class CATStandard
extends Object

Wraps standard element returned by SuggestCATStandards call.

Author:
Jonathan Ostwald

Constructor Summary
CATStandard(Element e)
          Constructor for the CATStandard object
 
Method Summary
 String getAsnId()
          Gets the asnId attribute of the CATStandard object
 String getAuthor()
          Gets the author attribute of the CATStandard object
 String getBenchmark()
          Gets the benchmark attribute of the CATStandard object
 Element getElement()
           
 String getGradeLevels()
          Gets the gradeLevels attribute of the CATStandard object
 String getIdentifier()
          Gets the identifier attribute of the CATStandard object
 String getText()
          Gets the text attribute of the CATStandard object
 String getTopic()
          Gets the topic attribute of the CATStandard object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CATStandard

public CATStandard(Element e)
Constructor for the CATStandard object

Parameters:
e - NOT YET DOCUMENTED
Method Detail

getElement

public Element getElement()

getAsnId

public String getAsnId()
Gets the asnId attribute of the CATStandard object

Returns:
The asnId value

getIdentifier

public String getIdentifier()
Gets the identifier attribute of the CATStandard object

Returns:
The identifier value

getAuthor

public String getAuthor()
Gets the author attribute of the CATStandard object

Returns:
The author value

getTopic

public String getTopic()
Gets the topic attribute of the CATStandard object

Returns:
The topic value

getGradeLevels

public String getGradeLevels()
Gets the gradeLevels attribute of the CATStandard object

Returns:
The gradeLevels value

getText

public String getText()
Gets the text attribute of the CATStandard object

Returns:
The text value

getBenchmark

public String getBenchmark()
Gets the benchmark attribute of the CATStandard object

Returns:
The benchmark value

DLESE Tools
v1.6.0