org.tinygroup.metadata.config.stddatatype
类 StandardType

java.lang.Object
  继承者 org.tinygroup.metadata.config.BaseObject
      继承者 org.tinygroup.metadata.config.stddatatype.StandardType

public class StandardType
extends BaseObject

标准数据类型

作者:
luoguo

构造方法摘要
StandardType()
           
 
方法摘要
 int getDataType()
           
 List<DialectType> getDialectTypeList()
           
 List<Placeholder> getPlaceholderList()
           
 void setDataType(int dataType)
           
 void setDialectTypeList(List<DialectType> dialectTypeList)
           
 void setPlaceholderList(List<Placeholder> placeholderList)
           
 
从类 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
 

构造方法详细信息

StandardType

public StandardType()
方法详细信息

getDataType

public int getDataType()

setDataType

public void setDataType(int dataType)

getPlaceholderList

public List<Placeholder> getPlaceholderList()

setPlaceholderList

public void setPlaceholderList(List<Placeholder> placeholderList)

getDialectTypeList

public List<DialectType> getDialectTypeList()

setDialectTypeList

public void setDialectTypeList(List<DialectType> dialectTypeList)


Copyright © 2006–2016 TinyGroup. All rights reserved.