org.gcube.portlets.user.td.gwtservice.shared.document
Class CodelistDocument

java.lang.Object
  extended by org.gcube.portlets.user.td.gwtservice.shared.document.CodelistDocument
All Implemented Interfaces:
Serializable, SDMXDocument

public class CodelistDocument
extends Object
implements SDMXDocument

Author:
"Giancarlo Panichi" g.panichi@isti.cnr.it
See Also:
Serialized Form

Field Summary
static CodelistDocument INSTANCE
           
 
Constructor Summary
CodelistDocument()
           
 
Method Summary
 String getDescription()
          Returns the document description.
 String getId()
          Returns the document id.
 String getName()
          Returns the document name.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final CodelistDocument INSTANCE
Constructor Detail

CodelistDocument

public CodelistDocument()
Method Detail

getId

public String getId()
Returns the document id.

Specified by:
getId in interface SDMXDocument
Returns:
the document id.

getName

public String getName()
Returns the document name.

Specified by:
getName in interface SDMXDocument
Returns:
the document name.

getDescription

public String getDescription()
Returns the document description.

Specified by:
getDescription in interface SDMXDocument
Returns:
the document description.

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.