org.tinygroup.metadata.config.bizdatatype
类 BusinessType

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

public class BusinessType
extends BaseObject

业务类型

作者:
luoguo

构造方法摘要
BusinessType()
           
 
方法摘要
 List<PlaceholderValue> getPlaceholderValueList()
           
 String getTypeId()
           
 void setPlaceholderValueList(List<PlaceholderValue> placeholderValueList)
           
 void setTypeId(String typeId)
           
 
从类 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
 

构造方法详细信息

BusinessType

public BusinessType()
方法详细信息

getTypeId

public String getTypeId()

setTypeId

public void setTypeId(String typeId)

getPlaceholderValueList

public List<PlaceholderValue> getPlaceholderValueList()

setPlaceholderValueList

public void setPlaceholderValueList(List<PlaceholderValue> placeholderValueList)


Copyright © 2006–2016 TinyGroup. All rights reserved.