public class SynRecord extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
SYN_STATUS_ERROR |
static int |
SYN_STATUS_SUCCESS |
static int |
SYN_TYPE_DISH |
static int |
SYN_TYPE_EVALUATION |
static int |
SYN_TYPE_STOCK |
static int |
SYN_TYPE_USER |
| Constructor and Description |
|---|
SynRecord() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getErrorMsg() |
Long |
getId() |
String |
getPlatform() |
Integer |
getStatus() |
Long |
getStoreId() |
Integer |
getSynType() |
Long |
getTrademarkId() |
String |
getTrademarkNum() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setErrorMsg(String errorMsg) |
void |
setId(Long id) |
void |
setPlatform(String platform) |
void |
setStatus(Integer status) |
void |
setStoreId(Long storeId) |
void |
setSynType(Integer synType) |
void |
setTrademarkId(Long trademarkId) |
void |
setTrademarkNum(String trademarkNum) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int SYN_TYPE_DISH
public static final int SYN_TYPE_STOCK
public static final int SYN_TYPE_EVALUATION
public static final int SYN_TYPE_USER
public static final int SYN_STATUS_SUCCESS
public static final int SYN_STATUS_ERROR
public Long getId()
public void setId(Long id)
public String getTrademarkNum()
public void setTrademarkNum(String trademarkNum)
public Long getTrademarkId()
public void setTrademarkId(Long trademarkId)
public Long getStoreId()
public void setStoreId(Long storeId)
public String getPlatform()
public void setPlatform(String platform)
public Integer getSynType()
public void setSynType(Integer synType)
public Integer getStatus()
public void setStatus(Integer status)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
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 © 2017. All rights reserved.