org.kuali.rice.ksb.impl.registry
Class ServiceInfoBo

java.lang.Object
  extended by org.kuali.rice.ksb.impl.registry.ServiceInfoBo
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.ksb.api.registry.ServiceInfoContract

public class ServiceInfoBo
extends Object
implements org.kuali.rice.ksb.api.registry.ServiceInfoContract, Serializable, groovy.lang.GroovyObject

See Also:
Serialized Form

Constructor Summary
ServiceInfoBo()
           
 
Method Summary
static ServiceInfoBo from(org.kuali.rice.ksb.api.registry.ServiceInfo im)
           
 String getApplicationId()
           
 String getChecksum()
           
 String getEndpointUrl()
           
 String getInstanceId()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String property)
           
 String getServerIpAddress()
           
 String getServiceDescriptorId()
           
 String getServiceId()
           
 QName getServiceName()
           
 String getServiceVersion()
           
 org.kuali.rice.ksb.api.registry.ServiceEndpointStatus getStatus()
           
 String getStatusCode()
           
 String getType()
           
 Long getVersionNumber()
           
 Object invokeMethod(String method, Object arguments)
           
 void setApplicationId(String value)
           
 void setChecksum(String value)
           
 void setEndpointUrl(String value)
           
 void setInstanceId(String value)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(String property, Object value)
           
 void setServerIpAddress(String value)
           
 void setServiceDescriptorId(String value)
           
 void setServiceId(String value)
           
 void setServiceName(String value)
           
 void setServiceVersion(String value)
           
 void setStatusCode(String value)
           
 void setType(String value)
           
 void setVersionNumber(Long value)
           
static org.kuali.rice.ksb.api.registry.ServiceInfo to(ServiceInfoBo bo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfoBo

public ServiceInfoBo()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject

getServiceId

public String getServiceId()
Specified by:
getServiceId in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

setServiceId

public void setServiceId(String value)

setServiceName

public void setServiceName(String value)

getEndpointUrl

public String getEndpointUrl()
Specified by:
getEndpointUrl in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

setEndpointUrl

public void setEndpointUrl(String value)

getInstanceId

public String getInstanceId()
Specified by:
getInstanceId in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

setInstanceId

public void setInstanceId(String value)

getApplicationId

public String getApplicationId()
Specified by:
getApplicationId in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

setApplicationId

public void setApplicationId(String value)

getServerIpAddress

public String getServerIpAddress()
Specified by:
getServerIpAddress in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

setServerIpAddress

public void setServerIpAddress(String value)

getType

public String getType()
Specified by:
getType in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

setType

public void setType(String value)

getServiceVersion

public String getServiceVersion()
Specified by:
getServiceVersion in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

setServiceVersion

public void setServiceVersion(String value)

getStatusCode

public String getStatusCode()

setStatusCode

public void setStatusCode(String value)

getServiceDescriptorId

public String getServiceDescriptorId()
Specified by:
getServiceDescriptorId in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

setServiceDescriptorId

public void setServiceDescriptorId(String value)

getChecksum

public String getChecksum()
Specified by:
getChecksum in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

setChecksum

public void setChecksum(String value)

getVersionNumber

public Long getVersionNumber()
Specified by:
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned

setVersionNumber

public void setVersionNumber(Long value)

getServiceName

public QName getServiceName()
Specified by:
getServiceName in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

getStatus

public org.kuali.rice.ksb.api.registry.ServiceEndpointStatus getStatus()
Specified by:
getStatus in interface org.kuali.rice.ksb.api.registry.ServiceInfoContract

to

public static org.kuali.rice.ksb.api.registry.ServiceInfo to(ServiceInfoBo bo)

from

public static ServiceInfoBo from(org.kuali.rice.ksb.api.registry.ServiceInfo im)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.