gboat2.base.core.model
类 Module

java.lang.Object
  继承者 gboat2.base.core.model.Module
所有已实现的接口:
Comparable<Module>

public class Module
extends Object
implements Comparable<Module>

Module对应的是一个业务节点信息,在本平台中一个Module对应一个业务节点,即一个Action. 对象构造完成后,各字段对外是不可修改的

从以下版本开始:
jdk1.6
作者:
lysming, tanxw

构造方法摘要
Module(Module module, String bundle, Class<?> action, List<Opera> operas)
           
 
方法摘要
 int compareTo(Module o)
          Note: this class has a natural ordering that is inconsistent with equals
 boolean equals(Object target)
           
 String getBundleName()
           
 String getClassName()
           
 String getCode()
           
 String getEntryMethod()
           
 String getEntryUri()
           
 String getModuleDesc()
           
 String getModuleName()
           
 List<Opera> getOperas()
          返回的操作列表是不可修改的
 String[] getParams()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

Module

public Module(Module module,
              String bundle,
              Class<?> action,
              List<Opera> operas)
方法详细信息

getEntryUri

public String getEntryUri()
返回:
访问模块的入口路径

compareTo

public int compareTo(Module o)
Note: this class has a natural ordering that is inconsistent with equals

指定者:
接口 Comparable<Module> 中的 compareTo
参数:
o - module对象
返回:
-1 0 1
另请参见:
Comparable.compareTo(java.lang.Object)

getBundleName

public String getBundleName()

getClassName

public String getClassName()

getModuleName

public String getModuleName()

getModuleDesc

public String getModuleDesc()

toString

public String toString()
覆盖:
Object 中的 toString

equals

public boolean equals(Object target)
覆盖:
Object 中的 equals

getOperas

public List<Opera> getOperas()
返回的操作列表是不可修改的

返回:

getCode

public String getCode()

getEntryMethod

public String getEntryMethod()

getParams

public String[] getParams()


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