gboat2.cxf.model
类 WebServiceConfig

java.lang.Object
  继承者 gboat2.cxf.model.WebServiceConfig

public class WebServiceConfig
extends Object

Web服务配置类

从以下版本开始:
jdk1.6
作者:
zhaic

构造方法摘要
WebServiceConfig()
           
 
方法摘要
 String getBundleName()
           
 String getBundleVersion()
           
 String getConfigId()
           
 String getInterfaceName()
           
 String getRelativeAddress()
           
 String getStatus()
           
 void setBundleName(String bundleName)
           
 void setBundleVersion(String bundleVersion)
           
 void setConfigId(String configId)
           
 void setInterfaceName(String interfaceName)
           
 void setRelativeAddress(String relativeAddress)
           
 void setStatus(String status)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WebServiceConfig

public WebServiceConfig()
方法详细信息

getConfigId

public String getConfigId()

setConfigId

public void setConfigId(String configId)

getBundleName

public String getBundleName()

setBundleName

public void setBundleName(String bundleName)

getBundleVersion

public String getBundleVersion()

setBundleVersion

public void setBundleVersion(String bundleVersion)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getRelativeAddress

public String getRelativeAddress()

setRelativeAddress

public void setRelativeAddress(String relativeAddress)

getInterfaceName

public String getInterfaceName()

setInterfaceName

public void setInterfaceName(String interfaceName)


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.