org.gcube.portlets.user.collectionexplorer.client.model
Class CollectionBean

java.lang.Object
  extended by org.gcube.portlets.user.collectionexplorer.client.model.CollectionBean
All Implemented Interfaces:
Serializable

public class CollectionBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CollectionBean()
           
CollectionBean(String collectionID, String collectionName)
           
 
Method Summary
 String getCollectionID()
           
 String getCollectionName()
           
 void setCollectionID(String collectionID)
           
 void setCollectionName(String collectionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionBean

public CollectionBean(String collectionID,
                      String collectionName)

CollectionBean

public CollectionBean()
Method Detail

getCollectionID

public String getCollectionID()

setCollectionID

public void setCollectionID(String collectionID)

getCollectionName

public String getCollectionName()

setCollectionName

public void setCollectionName(String collectionName)


Copyright © 2014. All Rights Reserved.