org.gcube.portlets.user.searchportlet.shared
Class CollectionBean

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

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


Constructor Summary
CollectionBean()
           
CollectionBean(String ID, String name, String description, String recordNum, String creationDate, boolean isColSelected, boolean isColOpen, boolean isRealCol)
           
 
Method Summary
 String getCollecionDescription()
           
 String getCollectionID()
           
 String getCollectionName()
           
 String getCreationDate()
           
 String getRecordNumber()
           
 boolean isActualCollection()
           
 boolean isCollectionOpen()
           
 boolean isCollectionSelected()
           
 void setSelected(boolean isSelected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionBean

public CollectionBean()

CollectionBean

public CollectionBean(String ID,
                      String name,
                      String description,
                      String recordNum,
                      String creationDate,
                      boolean isColSelected,
                      boolean isColOpen,
                      boolean isRealCol)
Method Detail

isCollectionSelected

public boolean isCollectionSelected()

setSelected

public void setSelected(boolean isSelected)

isCollectionOpen

public boolean isCollectionOpen()

getRecordNumber

public String getRecordNumber()

getCreationDate

public String getCreationDate()

getCollectionID

public String getCollectionID()

getCollectionName

public String getCollectionName()

getCollecionDescription

public String getCollecionDescription()

isActualCollection

public boolean isActualCollection()


Copyright © 2013. All Rights Reserved.