public class DictationNote extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DEFAULT
1、未分组
2、非未分组
|
static Integer |
NOT_DEFAULT |
| Constructor and Description |
|---|
DictationNote() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getDefaultStatus() |
Long |
getId() |
String |
getName() |
Long |
getSid() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Integer |
getWordCount() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDefaultStatus(Integer defaultStatus) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setSid(Long sid) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setWordCount(Integer wordCount) |
String |
toString() |
public static final Integer DEFAULT
public static final Integer NOT_DEFAULT
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Long getSid()
public void setSid(Long sid)
public String getName()
public void setName(String name)
public Integer getWordCount()
public void setWordCount(Integer wordCount)
public Integer getDefaultStatus()
public void setDefaultStatus(Integer defaultStatus)
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 © 2018. All Rights Reserved.