public class HardnessDetection extends Object implements Serializable
| Constructor and Description |
|---|
HardnessDetection() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDetectionAt() |
Long |
getId() |
String |
getMobile() |
Double |
getRig() |
Double |
getRootRig() |
Double |
getRootTum() |
Double |
getTum() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDetectionAt(String detectionAt) |
void |
setId(Long id) |
void |
setMobile(String mobile) |
void |
setRig(Double rig) |
void |
setRootRig(Double rootRig) |
void |
setRootTum(Double rootTum) |
void |
setTum(Double tum) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getMobile()
public void setMobile(String mobile)
public Double getRig()
public void setRig(Double rig)
public Double getTum()
public void setTum(Double tum)
public Double getRootRig()
public void setRootRig(Double rootRig)
public String getDetectionAt()
public void setDetectionAt(String detectionAt)
public Double getRootTum()
public void setRootTum(Double rootTum)
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 © 2017. All rights reserved.