com.gentics.contentnode.rest.model
Class MarkupLanguage

java.lang.Object
  extended by com.gentics.contentnode.rest.model.MarkupLanguage
All Implemented Interfaces:
Serializable

public class MarkupLanguage
extends Object
implements Serializable

Markup language object

Author:
norbert
See Also:
Serialized Form

Constructor Summary
MarkupLanguage()
          Empty constructor
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupLanguage

public MarkupLanguage()
Empty constructor

Method Detail

getId

public Integer getId()
ID of the markup language

Returns:
the id

getName

public String getName()
Name

Returns:
the name

getExtension

public String getExtension()
Extension

Returns:
the extension

getContentType

public String getContentType()
ContentType

Returns:
the contentType

setId

public void setId(Integer id)
Parameters:
id - the id to set

setName

public void setName(String name)
Parameters:
name - the name to set

setExtension

public void setExtension(String extension)
Parameters:
extension - the extension to set

setContentType

public void setContentType(String contentType)
Parameters:
contentType - the contentType to set


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.