|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.ksb.api.registry.ServiceDescriptor
public final class ServiceDescriptor
Immutable implementation of the ServiceDescriptorContract
interface.
Includes a serialized XML representation of the ServiceConfiguration
for the service.
Nested Class Summary | |
---|---|
static class |
ServiceDescriptor.Builder
A builder which can be used to construct ServiceDescriptor instances. |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
String |
getDescriptor()
Returns an XML value which can be used to materialize the ServiceConfiguration
for the service. |
String |
getId()
Returns the id of this service descriptor. |
Long |
getVersionNumber()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getId()
ServiceDescriptorContract
getId
in interface ServiceDescriptorContract
public String getDescriptor()
ServiceDescriptorContract
ServiceConfiguration
for the service.
getDescriptor
in interface ServiceDescriptorContract
ServiceConfiguration
for the service,
should never return a null or blank valuepublic Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public int hashCode()
hashCode
in interface org.kuali.rice.core.api.mo.ModelObjectComplete
hashCode
in class Object
public boolean equals(Object object)
equals
in interface org.kuali.rice.core.api.mo.ModelObjectComplete
equals
in class Object
public String toString()
toString
in interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |