Class BaseResourceId
- java.lang.Object
-
- org.exoplatform.services.rest.ext.groovy.BaseResourceId
-
- All Implemented Interfaces:
ResourceId
public class BaseResourceId extends Object implements ResourceId
Base implementation of ResourceId.- Version:
- $Id$
- Author:
- Andrey Parfonov
-
-
Constructor Summary
Constructors Constructor Description BaseResourceId(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetId()Gets the id of resource as stringinthashCode()StringtoString()
-
-
-
Field Detail
-
id
protected final String id
-
-
Constructor Detail
-
BaseResourceId
public BaseResourceId(String id)
-
-
Method Detail
-
getId
public String getId()
Gets the id of resource as string- Specified by:
getIdin interfaceResourceId- Returns:
- the resource id
-
-