public class Requirement extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static List<String> |
require_type |
static String |
TYPE_INSTALL
安装
|
static String |
TYPE_PART_TIME
兼职
|
static String |
TYPE_SG
闪工帮帮
|
static String |
TYPE_TRANSPORT
搬运装卸
|
| 构造器和说明 |
|---|
Requirement() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCity() |
Integer |
getCnt() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getCustomerGender() |
String |
getCustomerName() |
String |
getDescription() |
Integer |
getDuration() |
String |
getFromAddr() |
Long |
getId() |
Long |
getMerchantId() |
String |
getMobile() |
Long |
getStartTime() |
String |
getToAddr() |
String |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setCity(String city) |
void |
setCnt(Integer cnt) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCustomerGender(Integer customerGender) |
void |
setCustomerName(String customerName) |
void |
setDescription(String description) |
void |
setDuration(Integer duration) |
void |
setFromAddr(String FromAddr) |
void |
setId(Long id) |
void |
setMerchantId(Long merchantId) |
void |
setMobile(String mobile) |
void |
setStartTime(Long startTime) |
void |
setToAddr(String ToAddr) |
void |
setType(String type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getMobile()
public void setMobile(String mobile)
public String getCity()
public void setCity(String city)
public String getFromAddr()
public void setFromAddr(String FromAddr)
public String getToAddr()
public void setToAddr(String ToAddr)
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public String getCustomerName()
public void setCustomerName(String customerName)
public Integer getCustomerGender()
public void setCustomerGender(Integer customerGender)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
public Long getStartTime()
public void setStartTime(Long startTime)
public Integer getCnt()
public void setCnt(Integer cnt)
public Integer getDuration()
public void setDuration(Integer duration)
public Long getUserId()
public void setUserId(Long userId)
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 © 2022. All rights reserved.