public class DictationNote extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
DEFAULT
1、未分组
2、非未分组
|
static Integer |
NOT_DEFAULT |
| 构造器和说明 |
|---|
DictationNote() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2017. All rights reserved.