org.exoplatform.wiki.service.related
Class JsonRelatedData

java.lang.Object
  extended by org.exoplatform.wiki.service.related.JsonRelatedData

public class JsonRelatedData
extends Object


Constructor Summary
JsonRelatedData(String name, String title, String identity)
           
 
Method Summary
 String getIdentity()
           
 String getName()
           
 String getTitle()
           
 void setIdentity(String identity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonRelatedData

public JsonRelatedData(String name,
                       String title,
                       String identity)
Method Detail

getName

public String getName()
Returns:
the name

getTitle

public String getTitle()
Returns:
the title

getIdentity

public String getIdentity()
Returns:
the identity

setIdentity

public void setIdentity(String identity)
Parameters:
identity - the identity to set


Copyright © 2013 eXo Platform SAS. All Rights Reserved.