org.xwiki.gwt.wysiwyg.client.wiki
Class EntityConfig

java.lang.Object
  extended by org.xwiki.gwt.wysiwyg.client.wiki.EntityConfig
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Direct Known Subclasses:
ImageConfig, LinkConfig

public class EntityConfig
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

Base class for entity configuration classes.

Version:
$Id: b998e8e784ec3d09fa204fa8d7e697bcba63a728 $

Constructor Summary
EntityConfig()
           
 
Method Summary
 String getReference()
           
 String getUrl()
           
 void setReference(String reference)
          Sets the string serialization of the entity reference.
 void setUrl(String url)
          Sets the entity URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityConfig

public EntityConfig()
Method Detail

getReference

public String getReference()
Returns:
the string serialization of the entity reference

setReference

public void setReference(String reference)
Sets the string serialization of the entity reference.

Parameters:
reference - the new string serialization of the entity reference

getUrl

public String getUrl()
Returns:
the entity URL

setUrl

public void setUrl(String url)
Sets the entity URL.

Parameters:
url - the new entity URL


Copyright © 2004–2015 XWiki. All rights reserved.