@Entity public class ServiceDescriptorBo extends Object implements ServiceDescriptorContract, ModelObjectBasic
| Constructor and Description | 
|---|
| ServiceDescriptorBo() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ServiceDescriptorBo | from(ServiceDescriptor im) | 
| 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()Returns the version number for this object. | 
| void | setDescriptor(String descriptor) | 
| void | setId(String id) | 
| void | setVersionNumber(Long versionNumber) | 
| static ServiceDescriptor | to(ServiceDescriptorBo bo) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic ServiceDescriptorBo()
public 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 void setDescriptor(String descriptor)
public Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
public static ServiceDescriptor to(ServiceDescriptorBo bo)
public static ServiceDescriptorBo from(ServiceDescriptor im)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.