public class AbstractTab
extends nl.surfnet.coin.shared.domain.DomainObject
| Modifier and Type | Field and Description |
|---|---|
static String |
FIXED_TAB_NAME |
| Constructor and Description |
|---|
AbstractTab() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreationTimestamp() |
String |
getName() |
boolean |
isFixedTab() |
void |
setCreationTimestamp(Long creationTimestamp) |
void |
setName(String name) |
public static final String FIXED_TAB_NAME
public String getName()
public void setName(String name)
name - the name to setpublic Long getCreationTimestamp()
public void setCreationTimestamp(Long creationTimestamp)
creationTimestamp - the creationTimestamp to setpublic boolean isFixedTab()
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.