public class Member extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPRIED_MEMBER |
static Integer |
IS_RECOMMEND |
static String |
NOT_MEMBER |
static Integer |
NOT_RECOMMEND |
static Integer |
PLATFORM_DOUNIXUE |
static Integer |
PLATFORM_JS_MOBILE |
static Integer |
STATUS_DOWN |
static Integer |
STATUS_UP |
| Constructor and Description |
|---|
Member() |
public static final Integer IS_RECOMMEND
public static final Integer NOT_RECOMMEND
public static final Integer STATUS_UP
public static final Integer STATUS_DOWN
public static final String NOT_MEMBER
public static final String EXPRIED_MEMBER
public static final Integer PLATFORM_DOUNIXUE
public static final Integer PLATFORM_JS_MOBILE
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public BigDecimal getPeriod()
public void setPeriod(BigDecimal period)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getRecommend()
public void setRecommend(Integer recommend)
public String getLogo()
public void setLogo(String logo)
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 Integer getOrderBy()
public void setOrderBy(Integer orderBy)
public void setCreateAt(Long createAt)
public BigDecimal getIosPrice()
public void setIosPrice(BigDecimal iosPrice)
public BigDecimal getDiscountPrice()
public void setDiscountPrice(BigDecimal discountPrice)
public BigDecimal getIosDiscountPrice()
public void setIosDiscountPrice(BigDecimal iosDiscountPrice)
public Integer getPlatform()
public void setPlatform(Integer platform)
public Integer getCacheAmountLimit()
public void setCacheAmountLimit(Integer cacheAmountLimit)
public Long getSubjectId()
public void setSubjectId(Long subjectId)
public Integer getGradeDept()
public void setGradeDept(Integer gradeDept)
public Integer getType()
public void setType(Integer type)
public Integer getIsMain()
public void setIsMain(Integer isMain)
public Integer getIsFirst()
public void setIsFirst(Integer isFirst)
public Long getClerkId()
public void setClerkId(Long clerkId)
public Integer getPerson_status()
public void setPerson_status(Integer person_status)
Copyright © 2018. All Rights Reserved.