com.googlecode.gendevcode.model.pdm
类 ColumnPdmXml

java.lang.Object
  继承者 com.googlecode.gendevcode.model.pdm.ColumnPdmXml

public class ColumnPdmXml
extends Object

字段结构

作者:
devilishking

构造方法摘要
ColumnPdmXml()
           
 
方法摘要
 String getCode()
           
 String getDataType()
           
 String getDictionary()
           
 String getId()
           
 Boolean getIsPK()
           
 String getLength()
           
 Boolean getMandatory()
           
 String getName()
           
 String getRemark()
           
 String getSpace()
           
 String getTableObjectId()
           
 void setCode(String code)
           
 void setDataType(String dataType)
           
 void setDictionary(String dictionary)
           
 void setId(String id)
           
 void setIsPK(Boolean isPK)
           
 void setLength(String length)
           
 void setMandatory(Boolean mandatory)
           
 void setName(String name)
           
 void setRemark(String remark)
           
 void setSpace(String space)
           
 void setTableObjectId(String tableObjectId)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ColumnPdmXml

public ColumnPdmXml()
方法详细信息

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getCode

public String getCode()

setCode

public void setCode(String code)

getTableObjectId

public String getTableObjectId()

setTableObjectId

public void setTableObjectId(String tableObjectId)

getDataType

public String getDataType()

setDataType

public void setDataType(String dataType)

getLength

public String getLength()

setLength

public void setLength(String length)

getMandatory

public Boolean getMandatory()

setMandatory

public void setMandatory(Boolean mandatory)

getIsPK

public Boolean getIsPK()

setIsPK

public void setIsPK(Boolean isPK)

getDictionary

public String getDictionary()

setDictionary

public void setDictionary(String dictionary)

getRemark

public String getRemark()

setRemark

public void setRemark(String remark)

getSpace

public String getSpace()

setSpace

public void setSpace(String space)


Copyright © 2012 Devilishkom. All Rights Reserved.