org.gcube.portlets.user.userprofileeditingportlet.shared
Class CollectionInfoBean

java.lang.Object
  extended by org.gcube.portlets.user.userprofileeditingportlet.shared.CollectionInfoBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CollectionInfoBean
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

This class represents all the needed information of an available collection

Author:
Panagiota Koltsida, NKUA

Constructor Summary
CollectionInfoBean()
           
CollectionInfoBean(String ID, String name, String description)
           
 
Method Summary
 String getCollecionDescription()
           
 String getCollectionID()
           
 String getCollectionName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionInfoBean

public CollectionInfoBean()

CollectionInfoBean

public CollectionInfoBean(String ID,
                          String name,
                          String description)
Method Detail

getCollectionID

public String getCollectionID()

getCollectionName

public String getCollectionName()

getCollecionDescription

public String getCollecionDescription()


Copyright © 2013. All Rights Reserved.