Interface_XWeb
类 Lanche_application

java.lang.Object
  继承者 Interface_XWeb.Lanche_application

public class Lanche_application
extends java.lang.Object


构造函数摘要
Lanche_application()
           
 
方法摘要
 Xwebapp getXwebapp()
          Getter of the property xwebapp
static void main(java.lang.String[] args)
           
 void setXwebapp(Xwebapp xwebapp)
          Setter of the property xwebapp
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

Lanche_application

public Lanche_application()
方法详细信息

main

public static void main(java.lang.String[] args)

getXwebapp

public Xwebapp getXwebapp()
Getter of the property xwebapp

返回:
Returns the xwebapp.

setXwebapp

public void setXwebapp(Xwebapp xwebapp)
Setter of the property xwebapp

参数:
xwebapp - The xwebapp to set.