com.stratelia.silverpeas.pdcPeas.model
Class GoogleTab

java.lang.Object
  extended by com.stratelia.silverpeas.pdcPeas.model.GoogleTab

public class GoogleTab
extends Object


Constructor Summary
GoogleTab(int id, String label)
           
 
Method Summary
 void addSite(GoogleSite site)
           
 int getId()
           
 String getLabel()
           
 List<GoogleSite> getSites()
           
 void setId(int id)
           
 void setLabel(String label)
           
 void setSites(List<GoogleSite> sites)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleTab

public GoogleTab(int id,
                 String label)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getSites

public List<GoogleSite> getSites()

setSites

public void setSites(List<GoogleSite> sites)

addSite

public void addSite(GoogleSite site)


Copyright © 2016 Silverpeas. All Rights Reserved.