public class Event
extends com.viontech.keliu.base.BaseModel
| 构造器和说明 |
|---|
Event() |
| 限定符和类型 | 方法和说明 |
|---|---|
Account |
getAccount() |
Long |
getAccountId() |
Date |
getCreateTime() |
Date |
getEndDate() |
Date |
getEventDate() |
Long |
getId() |
String |
getIntro() |
Short |
getLevel() |
Mall |
getMall() |
Long |
getMallId() |
Date |
getModifyTime() |
String |
getName() |
String |
getNameEn() |
Date |
getStartDate() |
Short |
getType() |
void |
setAccount(Account account) |
void |
setAccountId(Long accountId) |
void |
setCreateTime(Date createTime) |
void |
setEndDate(Date endDate) |
void |
setEventDate(Date eventDate) |
void |
setId(Long id) |
void |
setIntro(String intro) |
void |
setLevel(Short level) |
void |
setMall(Mall mall) |
void |
setMallId(Long mallId) |
void |
setModifyTime(Date modifyTime) |
void |
setName(String name) |
void |
setNameEn(String nameEn) |
void |
setStartDate(Date startDate) |
void |
setType(Short type) |
public Long getId()
getId 在类中 com.viontech.keliu.base.BaseModelpublic void setId(Long id)
setId 在类中 com.viontech.keliu.base.BaseModelpublic String getName()
public void setName(String name)
public String getNameEn()
public void setNameEn(String nameEn)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public Short getLevel()
public void setLevel(Short level)
public Long getMallId()
public void setMallId(Long mallId)
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 Date getEventDate()
public void setEventDate(Date eventDate)
public Short getType()
public void setType(Short type)
public Mall getMall()
public void setMall(Mall mall)
public Account getAccount()
public void setAccount(Account account)
Copyright © 2019. All rights reserved.