org.compass.core.json
Class RawAliasedJsonObject
java.lang.Object
org.compass.core.json.RawJsonObject
org.compass.core.json.RawAliasedJsonObject
- All Implemented Interfaces:
- AliasedJsonObject, JsonObject, AliasedObject
public class RawAliasedJsonObject
- extends RawJsonObject
- implements AliasedJsonObject
Extends RawJsonObject and adds association with an alias.
- Author:
- kimchy
|
Method Summary |
String |
getAlias()
Returns the alias name that is associated with the Object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawAliasedJsonObject
public RawAliasedJsonObject(String alias,
String json)
getAlias
public String getAlias()
- Description copied from interface:
AliasedObject
- Returns the alias name that is associated with the Object.
- Specified by:
getAlias in interface AliasedObject
Copyright (c) 2004-2008 The Compass Project.