public class TMLMetadata extends DesignMetadata
| Constructor and Description |
|---|
TMLMetadata() |
TMLMetadata(de.innovationgate.webgate.api.WGTMLModule mod) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory() |
boolean |
isCacheable() |
boolean |
isDirectAccess() |
void |
setCacheable(boolean cacheable) |
void |
setCategory(java.lang.String category) |
void |
setDirectAccess(boolean directAccess) |
void |
writeToDocument(de.innovationgate.webgate.api.WGTMLModule mod) |
getDescription, getHeaderLines, getInfo, setDescription, setHeaderLines, setInfo, setMetadataFromHeader, writeToDocumentpublic TMLMetadata()
public TMLMetadata(de.innovationgate.webgate.api.WGTMLModule mod)
throws de.innovationgate.webgate.api.WGAPIException
de.innovationgate.webgate.api.WGAPIExceptionpublic void writeToDocument(de.innovationgate.webgate.api.WGTMLModule mod)
throws de.innovationgate.webgate.api.WGAPIException
de.innovationgate.webgate.api.WGAPIExceptionpublic boolean isCacheable()
public void setCacheable(boolean cacheable)
cacheable - The cacheable to set.public boolean isDirectAccess()
public void setDirectAccess(boolean directAccess)
directAccess - The directAccess to set.public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - The category to set.