public class MallOpentime
extends com.viontech.keliu.base.BaseModel
| 构造器和说明 |
|---|
MallOpentime() |
| 限定符和类型 | 方法和说明 |
|---|---|
Account |
getAccount() |
Long |
getAccountId() |
Date |
getCreateTime() |
Long |
getCreateUser() |
Date |
getEndDate() |
Date |
getEndTime() |
Long |
getId() |
String |
getIntro() |
Mall |
getMall() |
Long |
getMallId() |
Date |
getModifyTime() |
Long |
getModifyUser() |
Date |
getStartDate() |
Date |
getStartTime() |
Float |
getType() |
User |
getUser() |
void |
setAccount(Account account) |
void |
setAccountId(Long accountId) |
void |
setCreateTime(Date createTime) |
void |
setCreateUser(Long createUser) |
void |
setEndDate(Date endDate) |
void |
setEndTime(Date endTime) |
void |
setId(Long id) |
void |
setIntro(String intro) |
void |
setMall(Mall mall) |
void |
setMallId(Long mallId) |
void |
setModifyTime(Date modifyTime) |
void |
setModifyUser(Long modifyUser) |
void |
setStartDate(Date startDate) |
void |
setStartTime(Date startTime) |
void |
setType(Float type) |
void |
setUser(User user) |
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 Date getStartTime()
public void setStartTime(Date startTime)
public Date getEndTime()
public void setEndTime(Date endTime)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public Float getType()
public void setType(Float type)
public Long getAccountId()
public void setAccountId(Long accountId)
public String getIntro()
public void setIntro(String intro)
public Date getModifyTime()
public void setModifyTime(Date modifyTime)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Long getCreateUser()
public void setCreateUser(Long createUser)
public Long getModifyUser()
public void setModifyUser(Long modifyUser)
public Mall getMall()
public void setMall(Mall mall)
public Account getAccount()
public void setAccount(Account account)
public User getUser()
public void setUser(User user)
Copyright © 2019. All rights reserved.