org.gcube.portlets.user.td.gwtservice.shared.tr.type
Class Agencies

java.lang.Object
  extended by org.gcube.portlets.user.td.gwtservice.shared.tr.type.Agencies
All Implemented Interfaces:
Serializable

public class Agencies
extends Object
implements Serializable

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

Field Summary
protected  String description
           
protected  String id
           
protected  String name
           
protected  String nameLabel
           
 
Constructor Summary
Agencies()
           
Agencies(String id, String name, String description)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getNameLabel()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

description

protected String description

nameLabel

protected String nameLabel
Constructor Detail

Agencies

public Agencies()

Agencies

public Agencies(String id,
                String name,
                String description)
Parameters:
id -
name -
agencyId -
Method Detail

getId

public String getId()
Returns:
the id

getName

public String getName()
Returns:
the name

getDescription

public String getDescription()
Returns:
the description

getNameLabel

public String getNameLabel()
Returns:
label

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.