nl.surfnet.coin.portal.domain
Class AbstractTab
java.lang.Object
nl.surfnet.coin.shared.domain.DomainObject
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
| Methods inherited from class nl.surfnet.coin.shared.domain.DomainObject |
equals, getId, hashCode, setId, toString |
FIXED_TAB_NAME
public static final String FIXED_TAB_NAME
- See Also:
- Constant Field Values
AbstractTab
public AbstractTab()
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.