public interface Type extends Persistable
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority() |
String |
getDescription() |
String |
getDisplayName() |
String |
getDomain() |
String |
getKeyword() |
void |
setAuthority(String authority) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setDomain(String domain) |
void |
setKeyword(String keyword) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, getUuidString getAuthority()
void setAuthority(String authority)
authority - String getDomain()
void setDomain(String domain)
domain - String getKeyword()
void setKeyword(String keyword)
keyword - String getDisplayName()
void setDisplayName(String displayName)
displayName - String getDescription()
void setDescription(String description)
description - Copyright © 2004–2018 Sakai Project. All rights reserved.