@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() |
String |
getId() |
Long |
getVersionNumber() |
void |
setDescriptor(String descriptor) |
void |
setId(String id) |
static ServiceDescriptor |
to(ServiceDescriptorBo bo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic ServiceDescriptorBo()
public String getId()
getId in interface ServiceDescriptorContractpublic String getDescriptor()
getDescriptor in interface ServiceDescriptorContractpublic void setDescriptor(String descriptor)
public Long getVersionNumber()
getVersionNumber in interface VersionedgetVersionNumber in interface ServiceDescriptorContractpublic static ServiceDescriptor to(ServiceDescriptorBo bo)
public static ServiceDescriptorBo from(ServiceDescriptor im)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.