nl.surfnet.coin.portal.domain
Class AbstractTab

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

public class AbstractTab
extends nl.surfnet.coin.shared.domain.DomainObject

Represents a tab which can contain gadgets.

See Also:
Serialized Form

Field Summary
static String FIXED_TAB_NAME
           
 
Constructor Summary
AbstractTab()
           
 
Method Summary
 Long getCreationTimestamp()
           
 String getName()
           
 boolean isFixedTab()
           
 void setCreationTimestamp(Long creationTimestamp)
           
 void setName(String name)
           
 
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
 

Field Detail

FIXED_TAB_NAME

public static final String FIXED_TAB_NAME
See Also:
Constant Field Values
Constructor Detail

AbstractTab

public AbstractTab()
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getCreationTimestamp

public Long getCreationTimestamp()
Returns:
the creationTimestamp

setCreationTimestamp

public void setCreationTimestamp(Long creationTimestamp)
Parameters:
creationTimestamp - the creationTimestamp to set

isFixedTab

public boolean isFixedTab()


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