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
|
Integer |
getId()
ID of the markup language
|
String |
getName()
Name
|
void |
setContentType(String contentType) |
void |
setExtension(String extension) |
void |
setId(Integer id) |
void |
setName(String name) |
public Integer getId()
public String getName()
public String getExtension()
public String getContentType()
public void setId(Integer id)
id - the id to setpublic void setName(String name)
name - the name to setpublic void setExtension(String extension)
extension - the extension to setpublic void setContentType(String contentType)
contentType - the contentType to setCopyright © 2014 Gentics Software GmbH. All rights reserved.