public final class ServiceDescriptor extends AbstractDataTransferObject implements ServiceDescriptorContract
ServiceDescriptorContract interface.
 Includes a serialized XML representation of the ServiceConfiguration
 for the service.| Modifier and Type | Class and Description | 
|---|---|
| static class  | ServiceDescriptor.BuilderA builder which can be used to construct  ServiceDescriptorinstances. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescriptor()Returns an XML value which can be used to materialize the  ServiceConfigurationfor the service. | 
| String | getId()Returns the id of this service descriptor. | 
| Long | getVersionNumber()Deprecated: Will always return null as service descriptors have no version number column. | 
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
ServiceDescriptorContractgetId in interface ServiceDescriptorContractpublic String getDescriptor()
ServiceDescriptorContractServiceConfiguration
 for the service.getDescriptor in interface ServiceDescriptorContractServiceConfiguration for the service,
 should never return a null or blank valuepublic Long getVersionNumber()
ServiceDescriptorContractgetVersionNumber in interface VersionedgetVersionNumber in interface ServiceDescriptorContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.