com.googlecode.gendevcode.model.pdm
类 ColumnPdmXml
java.lang.Object
com.googlecode.gendevcode.model.pdm.ColumnPdmXml
public class ColumnPdmXml
- extends Object
字段结构
- 作者:
- devilishking
| 从类 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.