|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.admin.domain.model.ApiServices.ServiceDescriptor
public static final class ApiServices.ServiceDescriptor
The descriptor of the service that is part of the API.
Constructor Summary | |
---|---|
ApiServices.ServiceDescriptor(String id, Class<?> resourceType) Default constructor. |
Method Summary | |
---|---|
String |
getId() Returns the identifier of the service. |
Class<?> |
getResourceType() Returns the resource that implements the service. |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiServices.ServiceDescriptor(String id, Class<?> resourceType)
id
- the identifier of the service. It is used as a lookup key to attach metadata information.
resourceType
- the resource that implements the service.
Method Detail |
---|
public String getId()
public Class<?> getResourceType()
public String toString()
toString
in class
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |