org.tinygroup.metadata.config.bizdatatype
类 BusinessTypes

java.lang.Object
  继承者 org.tinygroup.metadata.config.BaseObject
      继承者 org.tinygroup.metadata.config.bizdatatype.BusinessTypes

public class BusinessTypes
extends BaseObject

业务类型定义

作者:
luoguo

构造方法摘要
BusinessTypes()
           
 
方法摘要
 List<BusinessType> getBusinessTypeList()
           
 String getPackageName()
           
 void setBusinessTypeList(List<BusinessType> businessTypeList)
           
 void setPackageName(String packageName)
           
 
从类 org.tinygroup.metadata.config.BaseObject 继承的方法
getDescription, getId, getName, getTitle, setDescription, setId, setName, setTitle
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BusinessTypes

public BusinessTypes()
方法详细信息

getPackageName

public String getPackageName()

setPackageName

public void setPackageName(String packageName)

getBusinessTypeList

public List<BusinessType> getBusinessTypeList()

setBusinessTypeList

public void setBusinessTypeList(List<BusinessType> businessTypeList)


Copyright © 2006–2016 TinyGroup. All rights reserved.