gboat2.base.dao.impl
类 CCity
java.lang.Object
gboat2.base.dao.impl.CCity
- 所有已实现的接口:
- Serializable
public class CCity
- extends Object
- implements Serializable
CCity entity. @author MyEclipse Persistence Tools
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CCity
public CCity()
- default constructor
CCity
public CCity(String citycode,
String cityname,
String citytype,
String provice)
- full constructor
getCityid
public String getCityid()
setCityid
public void setCityid(String cityid)
getCitycode
public String getCitycode()
setCitycode
public void setCitycode(String citycode)
getCityname
public String getCityname()
setCityname
public void setCityname(String cityname)
getCitytype
public String getCitytype()
setCitytype
public void setCitytype(String citytype)
getProvice
public String getProvice()
setProvice
public void setProvice(String provice)
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.