public class LessonIntroduction extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
IMAGE_TYPE
图片类型
|
static Integer |
TEXT_TYPE
文本类型
|
| 构造器和说明 |
|---|
LessonIntroduction() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getLessonId() |
Integer |
getMediaType() |
String |
getResourceURL() |
String |
getTextContent() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setLessonId(Long lessonId) |
void |
setMediaType(Integer mediaType) |
void |
setResourceURL(String resourceURL) |
void |
setTextContent(String textContent) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer IMAGE_TYPE
public static final Integer TEXT_TYPE
public Long getId()
public void setId(Long id)
public Long getLessonId()
public void setLessonId(Long lessonId)
public Integer getMediaType()
public void setMediaType(Integer mediaType)
public String getTextContent()
public void setTextContent(String textContent)
public String getResourceURL()
public void setResourceURL(String resourceURL)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2018. All rights reserved.