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 java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

Base class for entity configuration classes.

Version:
$Id: EntityConfig.java 28844 2010-05-12 13:22:39Z mflorea $

Constructor Summary
EntityConfig()
           
 
Method Summary
 java.lang.String getReference()
           
 java.lang.String getUrl()
           
 void setReference(java.lang.String reference)
          Sets the string serialization of the entity reference.
 void setUrl(java.lang.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 java.lang.String getReference()
Returns:
the string serialization of the entity reference

setReference

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

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

getUrl

public java.lang.String getUrl()
Returns:
the entity URL

setUrl

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

Parameters:
url - the new entity URL


Copyright © 2004-2011 XWiki. All Rights Reserved.