public class Classes extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Long |
Status_Full
班级状态-满员
|
static Long |
Status_NotFull
班级状态-未满员
|
static String |
Type_None
无班级
|
static String |
Type_Offline
线下内门
|
static String |
Type_Online
线上散修
|
static String |
Type_Outside
线上外门
|
| Constructor and Description |
|---|
Classes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getDailyCount() |
Long |
getGrade() |
Long |
getId() |
Long |
getLeader() |
String |
getName() |
Long |
getOid() |
Long |
getQq() |
Long |
getStatus() |
Long |
getTotal() |
String |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDailyCount(Integer dailyCount) |
void |
setGrade(Long grade) |
void |
setId(Long id) |
void |
setLeader(Long leader) |
void |
setName(String name) |
void |
setOid(Long oid) |
void |
setQq(Long qq) |
void |
setStatus(Long status) |
void |
setTotal(Long total) |
void |
setType(String type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final String Type_None
public static final String Type_Online
public static final String Type_Outside
public static final String Type_Offline
public static final Long Status_Full
public static final Long Status_NotFull
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Long getOid()
public void setOid(Long oid)
public Long getLeader()
public void setLeader(Long leader)
public Long getTotal()
public void setTotal(Long total)
public Long getQq()
public void setQq(Long qq)
public String getContent()
public void setContent(String content)
public Long getGrade()
public void setGrade(Long grade)
public Long getStatus()
public void setStatus(Long status)
public Integer getDailyCount()
public void setDailyCount(Integer dailyCount)
public String getType()
public void setType(String type)
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)
Copyright © 2017. All rights reserved.