org.xwiki.gwt.wysiwyg.client.wiki
Class EntityConfig
java.lang.Object
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$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityConfig
public EntityConfig()
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-2012 XWiki. All Rights Reserved.