org.exoplatform.wiki.service.rest.model
Class Translation

java.lang.Object
  extended by org.exoplatform.wiki.service.rest.model.LinkCollection
      extended by org.exoplatform.wiki.service.rest.model.Translation

public class Translation
extends LinkCollection

Java class for Translation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Translation">
   <complexContent>
     <extension base="{http://www.xwiki.org}LinkCollection">
       <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String language
           
 
Fields inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
links
 
Constructor Summary
Translation()
           
 
Method Summary
 String getLanguage()
          Gets the value of the language property.
 void setLanguage(String value)
          Sets the value of the language property.
 
Methods inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
getLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

language

protected String language
Constructor Detail

Translation

public Translation()
Method Detail

getLanguage

public String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.