public class Entity extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
EntityReference |
getReference() |
String |
getUrl() |
int |
hashCode() |
void |
setReference(EntityReference reference)
Sets the entity reference.
|
void |
setUrl(String url)
Sets the entity URL.
|
public EntityReference getReference()
public void setReference(EntityReference reference)
reference - the new entity referencepublic String getUrl()
public void setUrl(String url)
url - the new entity URLCopyright © 2004–2016 XWiki. All rights reserved.