public class News extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
ADMIN_PUSH |
static Integer |
CAMPAIGN_PUSH |
static Integer |
LESSON_PUSH |
static Integer |
MOBILE_BAR |
static Integer |
NOT_PUSH |
static Integer |
NOT_SEND |
static Integer |
PROCESS_PUSH |
static Integer |
RANK_PUSH |
static Integer |
SENT |
| Constructor and Description |
|---|
News() |
public static final Integer NOT_PUSH
public static final Integer MOBILE_BAR
public static final Integer SENT
public static final Integer NOT_SEND
public static final Integer CAMPAIGN_PUSH
public static Integer PROCESS_PUSH
public static Integer LESSON_PUSH
public static Integer RANK_PUSH
public static Integer ADMIN_PUSH
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public Integer getIsPrimarySchool()
public void setIsPrimarySchool(Integer isPrimarySchool)
public Integer getIsJuniorSchool()
public void setIsJuniorSchool(Integer isJuniorSchool)
public Integer getIsJuniorHighSchool()
public void setIsJuniorHighSchool(Integer isJuniorHighSchool)
public Integer getIsStudyAbroad()
public void setIsStudyAbroad(Integer isStudyAbroad)
public Integer getIsMember()
public void setIsMember(Integer isMember)
public Long getCampaignId()
public void setCampaignId(Long campaignId)
public String getCampaignIds()
public void setCampaignIds(String campaignIds)
public Integer getPushWay()
public void setPushWay(Integer pushWay)
public Integer getType()
public void setType(Integer type)
public Long getScheduledPushtime()
public void setScheduledPushtime(Long scheduledPushtime)
public Long getActualPushtime()
public void setActualPushtime(Long actualPushtime)
public Long getProcessId()
public void setProcessId(Long processId)
public Long getUserProcessRankId()
public void setUserProcessRankId(Long userProcessRankId)
public Long getLessonId()
public void setLessonId(Long lessonId)
public Long getSubjectId()
public void setSubjectId(Long subjectId)
public String getCampaignTitle()
public void setCampaignTitle(String campaignTitle)
public String getProcessTitle()
public void setProcessTitle(String processTitle)
public String getLessonName()
public void setLessonName(String lessonName)
public String getSubjectName()
public void setSubjectName(String subjectName)
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)
public Integer getStatus()
public void setStatus(Integer status)
public Long getTaskId()
public void setTaskId(Long taskId)
public String getTaskName()
public void setTaskName(String taskName)
public Long getPeriodId()
public void setPeriodId(Long periodId)
Copyright © 2019. All Rights Reserved.