public class WorkerLocation extends Object implements Serializable
| 构造器和说明 |
|---|
WorkerLocation() |
WorkerLocation(Integer depositStatus,
Integer verifiedStatus,
Integer workStatus) |
WorkerLocation(Long id,
com.ptteng.mongo.model.MongoLocation loc) |
WorkerLocation(Worker worker,
com.ptteng.mongo.model.MongoLocation loc) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
get_id() |
Double |
getAverageEvaluation() |
Integer |
getDepositStatus() |
com.ptteng.mongo.model.MongoLocation |
getLoc() |
Long |
getStartTime() |
Long |
getUpdateAt() |
Integer |
getVerifiedStatus() |
Integer |
getWorkStatus() |
void |
set_id(Long _id) |
void |
setAverageEvaluation(Double averageEvaluation) |
void |
setDepositStatus(Integer depositStatus) |
void |
setLoc(com.ptteng.mongo.model.MongoLocation loc) |
void |
setStartTime(Long startTime) |
void |
setUpdateAt(Long updateAt) |
void |
setVerifiedStatus(Integer verifiedStatus) |
void |
setWorkStatus(Integer workStatus) |
String |
toString() |
public WorkerLocation()
public WorkerLocation(Long id, com.ptteng.mongo.model.MongoLocation loc)
public WorkerLocation(Worker worker, com.ptteng.mongo.model.MongoLocation loc)
public Long get_id()
public void set_id(Long _id)
public com.ptteng.mongo.model.MongoLocation getLoc()
public void setLoc(com.ptteng.mongo.model.MongoLocation loc)
public Integer getDepositStatus()
public void setDepositStatus(Integer depositStatus)
public Integer getVerifiedStatus()
public void setVerifiedStatus(Integer verifiedStatus)
public Double getAverageEvaluation()
public void setAverageEvaluation(Double averageEvaluation)
public Integer getWorkStatus()
public void setWorkStatus(Integer workStatus)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getStartTime()
public void setStartTime(Long startTime)
Copyright © 2021. All rights reserved.