public class RegistrationRecord extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
BOUND_TYPE_STUDENT
学生
|
static Integer |
PRESCHOOL_GROUP |
static Integer |
SHORTLIST_NO |
static Integer |
SHORTLIST_YES |
static Integer |
STATUS_FLAG |
static Integer |
STATUS_JOIN |
static Integer |
STATUS_SUBSCRIBE |
static Integer |
SUBSCRIBE_TRUE |
static Integer |
TEENAGER_GROUP |
| 构造器和说明 |
|---|
RegistrationRecord() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBoundId() |
Integer |
getBoundType() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getDocId() |
Integer |
getGroupType() |
Long |
getId() |
Long |
getMerchantId() |
Long |
getRegistrationId() |
Integer |
getShortlist() |
Integer |
getStatus() |
Integer |
getSubscribe() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setBoundId(Long boundId) |
void |
setBoundType(Integer boundType) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDocId(Long docId) |
void |
setGroupType(Integer groupType) |
void |
setId(Long id) |
void |
setMerchantId(Long merchantId) |
void |
setRegistrationId(Long registrationId) |
void |
setShortlist(Integer shortlist) |
void |
setStatus(Integer status) |
void |
setSubscribe(Integer subscribe) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer BOUND_TYPE_STUDENT
public static final Integer PRESCHOOL_GROUP
public static final Integer TEENAGER_GROUP
public static final Integer STATUS_JOIN
public static final Integer STATUS_FLAG
public static final Integer STATUS_SUBSCRIBE
public static final Integer SUBSCRIBE_TRUE
public static final Integer SHORTLIST_YES
public static final Integer SHORTLIST_NO
public Long getId()
public void setId(Long id)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Long getUserId()
public void setUserId(Long userId)
public Long getBoundId()
public void setBoundId(Long boundId)
public Integer getBoundType()
public void setBoundType(Integer boundType)
public Integer getStatus()
public void setStatus(Integer status)
public Long getDocId()
public void setDocId(Long docId)
public Integer getGroupType()
public void setGroupType(Integer groupType)
public Long getRegistrationId()
public void setRegistrationId(Long registrationId)
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)
public Integer getSubscribe()
public void setSubscribe(Integer subscribe)
public Integer getShortlist()
public void setShortlist(Integer shortlist)
Copyright © 2022. All rights reserved.