public class Notice extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
NOTICE_DOWN |
static Integer |
NOTICE_UP |
| Constructor and Description |
|---|
Notice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
String |
getContextIOS() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getStatus() |
String |
getTitle() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setContext(String context) |
void |
setContextIOS(String contextIOS) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setStatus(Integer status) |
void |
setTitle(String title) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer NOTICE_UP
public static final Integer NOTICE_DOWN
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public String getContext()
public void setContext(String context)
public Integer getStatus()
public void setStatus(Integer status)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public String getContextIOS()
public void setContextIOS(String contextIOS)
Copyright © 2018. All Rights Reserved.