nl.surfnet.coin.portal.domain
Class TemplateTab

java.lang.Object
  extended by nl.surfnet.coin.shared.domain.DomainObject
      extended by nl.surfnet.coin.portal.domain.AbstractTab
          extended by nl.surfnet.coin.portal.domain.TemplateTab
All Implemented Interfaces:
Serializable

public class TemplateTab
extends AbstractTab

Predefined TemplateTab

See Also:
Serialized Form

Field Summary
 
Fields inherited from class nl.surfnet.coin.portal.domain.AbstractTab
FIXED_TAB_NAME
 
Constructor Summary
TemplateTab()
           
 
Method Summary
 String getDescription()
           
 Set<GadgetDefinition> getGadgetDefinitions()
           
 void setDescription(String description)
           
 void setGadgetDefinitions(Set<GadgetDefinition> gadgetDefinitions)
           
 
Methods inherited from class nl.surfnet.coin.portal.domain.AbstractTab
getCreationTimestamp, getName, isFixedTab, setCreationTimestamp, setName
 
Methods inherited from class nl.surfnet.coin.shared.domain.DomainObject
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateTab

public TemplateTab()
Method Detail

getGadgetDefinitions

public Set<GadgetDefinition> getGadgetDefinitions()
Returns:
the gadgetDefinitions

setGadgetDefinitions

public void setGadgetDefinitions(Set<GadgetDefinition> gadgetDefinitions)
Parameters:
gadgetDefinitions - the gadgetDefinitions to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.