org.exoplatform.wiki.service
Class WikiResource

java.lang.Object
  extended by org.chromattic.ext.ntdef.Resource
      extended by org.exoplatform.wiki.service.WikiResource

public class WikiResource
extends org.chromattic.ext.ntdef.Resource

Created by The eXo Platform SAS Author : viet nguyen viet.nguyen@exoplatform.com May 6, 2010


Constructor Summary
WikiResource(String mimeType, String encoding, byte[] data)
           
 
Method Summary
 String getName()
           
 String getResourceId()
           
 void setName(String name)
           
 void setResourceId(String resourceId)
           
 
Methods inherited from class org.chromattic.ext.ntdef.Resource
createPlainText, getData, getEncoding, getMimeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiResource

public WikiResource(String mimeType,
                    String encoding,
                    byte[] data)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getResourceId

public String getResourceId()

setResourceId

public void setResourceId(String resourceId)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.