public class ZoneDayCountData
extends com.viontech.keliu.base.BaseModel
| 构造器和说明 |
|---|
ZoneDayCountData() |
| 限定符和类型 | 方法和说明 |
|---|---|
Account |
getAccount() |
Long |
getAccountId() |
Date |
getCountdate() |
Date |
getCounttime() |
Date |
getCreateTime() |
Floor |
getFloor() |
Long |
getFloorId() |
Long |
getId() |
Integer |
getInnum() |
Mall |
getMall() |
Long |
getMallId() |
Date |
getModifyTime() |
Integer |
getOutnum() |
Integer |
getOutsideInnum() |
Integer |
getOutsideOutnum() |
Zone |
getZone() |
Long |
getZoneId() |
void |
setAccount(Account account) |
void |
setAccountId(Long accountId) |
void |
setCountdate(Date countdate) |
void |
setCounttime(Date counttime) |
void |
setCreateTime(Date createTime) |
void |
setFloor(Floor floor) |
void |
setFloorId(Long floorId) |
void |
setId(Long id) |
void |
setInnum(Integer innum) |
void |
setMall(Mall mall) |
void |
setMallId(Long mallId) |
void |
setModifyTime(Date modifyTime) |
void |
setOutnum(Integer outnum) |
void |
setOutsideInnum(Integer outsideInnum) |
void |
setOutsideOutnum(Integer outsideOutnum) |
void |
setZone(Zone zone) |
void |
setZoneId(Long zoneId) |
public Long getId()
getId 在类中 com.viontech.keliu.base.BaseModelpublic void setId(Long id)
setId 在类中 com.viontech.keliu.base.BaseModelpublic Long getMallId()
public void setMallId(Long mallId)
public Long getAccountId()
public void setAccountId(Long accountId)
public Long getFloorId()
public void setFloorId(Long floorId)
public Long getZoneId()
public void setZoneId(Long zoneId)
public Integer getInnum()
public void setInnum(Integer innum)
public Integer getOutnum()
public void setOutnum(Integer outnum)
public Integer getOutsideInnum()
public void setOutsideInnum(Integer outsideInnum)
public Integer getOutsideOutnum()
public void setOutsideOutnum(Integer outsideOutnum)
public Date getCounttime()
public void setCounttime(Date counttime)
public Date getCountdate()
public void setCountdate(Date countdate)
public Date getModifyTime()
public void setModifyTime(Date modifyTime)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Mall getMall()
public void setMall(Mall mall)
public Account getAccount()
public void setAccount(Account account)
public Floor getFloor()
public void setFloor(Floor floor)
public Zone getZone()
public void setZone(Zone zone)
Copyright © 2019. All rights reserved.