public class MarkupLanguage extends Object implements Serializable
| Constructor and Description |
|---|
MarkupLanguage()
Empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
ContentType
|
String |
getExtension()
Extension
|
String |
getFeature()
Optional feature, this markup language is bound to
|
Integer |
getId()
ID of the markup language
|
String |
getName()
Name
|
boolean |
isExcludeFromPublishing()
Flag, whether pages created with template that use this markup language will generally be excluded from publishing
|
MarkupLanguage |
setContentType(String contentType)
Set the content type
|
MarkupLanguage |
setExcludeFromPublishing(boolean excludeFromPublishing)
Set the excludeFromPublishing flag
|
MarkupLanguage |
setExtension(String extension)
Extension
|
MarkupLanguage |
setFeature(String feature)
Set the feature name
|
MarkupLanguage |
setId(Integer id)
Set the ID
|
MarkupLanguage |
setName(String name)
Set the name
|
String |
toString() |
public Integer getId()
public String getName()
public String getExtension()
public String getContentType()
public MarkupLanguage setId(Integer id)
id - the id to setpublic MarkupLanguage setName(String name)
name - the name to setpublic MarkupLanguage setExtension(String extension)
extension - the extension to setpublic MarkupLanguage setContentType(String contentType)
contentType - the contentType to setpublic String getFeature()
public MarkupLanguage setFeature(String feature)
feature - namepublic boolean isExcludeFromPublishing()
public MarkupLanguage setExcludeFromPublishing(boolean excludeFromPublishing)
excludeFromPublishing - flagCopyright © 2024 Gentics Software. All rights reserved.