@Entity public class DataAcquisitionResultEntity extends RuntimeBaseEntity implements IBaseEntityExtension
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
COMMENTS |
static String |
DATA_ACQUISITION_CFG_ID |
static String |
NAME |
static String |
OBJECT_TYPE |
static String |
PRODUCTION_LINE_NAME |
static String |
RESULT_VALUE |
static String |
ROUTE |
static String |
ROUTE_REV |
static String |
ROUTE_STEP |
static String |
SERIAL_NUMBER |
static String |
WORK_STATION_NAME |
static String |
WORKCENTER |
COMPANY_ID, CREATE_IP, CREATE_TIME, CREATE_USER_FULL_NAME, CREATE_USER_ID, CREATE_USER_NAME, DELETE_IP, DELETE_TIME, DELETE_USER_FULL_NAME, DELETE_USER_ID, DELETE_USER_NAME, DELETED, DESCRIPTION, DTS_CREATION_BID, DTS_MODIFIED_BID, LM_IP, LM_TIME, LM_USER_FULL_NAME, LM_USER_ID, LM_USER_NAME, PLATFORM_ID, ROW_LOG_ID| 构造器和说明 |
|---|
DataAcquisitionResultEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment() |
long |
getDataAcquisitionCfgId() |
long |
getId() |
String |
getName() |
String |
getObjType() |
String |
getProductionLineName() |
String |
getResultValue() |
String |
getRoute() |
String |
getRouteRev() |
String |
getRouteStep() |
String |
getSerialNumber() |
String |
getWorkCenter() |
String |
getWorkStationName() |
void |
setComment(String comment) |
void |
setDataAcquisitionCfgId(long dataAcquisitionCfgId) |
void |
setId(long id) |
void |
setName(String name) |
void |
setObjType(String objType) |
void |
setProductionLineName(String productionLineName) |
void |
setResultValue(String resultValue) |
void |
setRoute(String route) |
void |
setRouteRev(String routeRev) |
void |
setRouteStep(String routeStep) |
void |
setSerialNumber(String serialNumber) |
void |
setWorkCenter(String workCenter) |
void |
setWorkStationName(String workStationName) |
isNewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtensionEntity, setExtensionEntitysetCompanyId, setCreateBid, setCreateIp, setCreateTime, setCreateUserFullName, setCreateUserId, setCreateUserName, setDeleted, setDeleteIp, setDeleteTime, setDeleteUserFullName, setDeleteUserId, setDeleteUserName, setLastModifyIp, setLastModifyTime, setLastModifyUserFullName, setLastModifyUserId, setLastModifyUserName, setModifyBid, setPlatformId, setRowLogIdgetCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getPlatformId, getRowLogId, isDeleted, isNew, setDescriptionpublic void setId(long id)
setId 在接口中 ISetDataIdpublic String getSerialNumber()
public void setSerialNumber(String serialNumber)
public String getWorkCenter()
public void setWorkCenter(String workCenter)
public String getRoute()
public void setRoute(String route)
public String getRouteRev()
public void setRouteRev(String routeRev)
public String getRouteStep()
public void setRouteStep(String routeStep)
public long getDataAcquisitionCfgId()
public void setDataAcquisitionCfgId(long dataAcquisitionCfgId)
public String getResultValue()
public void setResultValue(String resultValue)
public String getComment()
public void setComment(String comment)
public String getProductionLineName()
public void setProductionLineName(String productionLineName)
public String getWorkStationName()
public void setWorkStationName(String workStationName)
public String getName()
public void setName(String name)
public String getObjType()
public void setObjType(String objType)
Copyright © 2019. All rights reserved.