public class DictationWords extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
TYPE_CONTENT |
static Integer |
TYPE_IMG
1、图片
2、文字
|
| 构造器和说明 |
|---|
DictationWords() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getImg() |
Long |
getNid() |
Long |
getPid() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getVoiceJson() |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setNid(Long nid) |
void |
setPid(Long pid) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setVoiceJson(String voiceJson) |
String |
toString() |
public static final Integer TYPE_IMG
public static final Integer TYPE_CONTENT
public Long getId()
public void setId(Long id)
public Long getNid()
public void setNid(Long nid)
public Long getPid()
public void setPid(Long pid)
public String getImg()
public void setImg(String img)
public String getVoiceJson()
public void setVoiceJson(String voiceJson)
public String getContent()
public void setContent(String content)
public Integer getType()
public void setType(Integer 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 © 2018. All rights reserved.