@Entity public class FailureActionHistoryEntity extends BaseEntity
限定符和类型 | 字段和说明 |
---|---|
static String |
ACTION_NUMBER |
static String |
ACTION_TYPE |
static String |
COMMENTS |
static String |
FAILURE_ACTION_CODE |
static String |
FAILURE_ACTION_CODE_ID |
static String |
FAILURE_ACTION_ID |
static String |
FAILURE_ENTRY_ID |
static String |
OWNER |
static String |
PART_ADD |
static String |
PART_REMOVE |
static String |
SERIAL_NUMBER_ADD |
static String |
SERIAL_NUMBER_REMOVE |
static String |
SEVERITY |
static String |
STATUS |
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
构造器和说明 |
---|
FailureActionHistoryEntity() |
限定符和类型 | 方法和说明 |
---|---|
String |
getActionNumber() |
String |
getActionType() |
String |
getComments() |
String |
getFailureActionCode() |
long |
getFailureActionCodeId() |
long |
getFailureActionId() |
long |
getFailureEntryId() |
String |
getOwner() |
String |
getPartAdd() |
String |
getPartRemove() |
String |
getSerialNumberAdd() |
String |
getSerialNumberRemove() |
String |
getSeverity() |
String |
getStatus() |
void |
setActionNumber(String actionNumber) |
void |
setActionType(String actionType) |
void |
setComments(String comments) |
void |
setFailureActionCode(String failureActionCode) |
void |
setFailureActionCodeId(long failureActionCodeId) |
void |
setFailureActionId(long failureActionId) |
void |
setFailureEntryId(long failureEntryId) |
void |
setOwner(String owner) |
void |
setPartAdd(String partAdd) |
void |
setPartRemove(String partRemove) |
void |
setSerialNumberAdd(String serialNumberAdd) |
void |
setSerialNumberRemove(String serialNumberRemove) |
void |
setSeverity(String severity) |
void |
setStatus(String status) |
isNew
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setCompanyId, setCreateBid, setCreateIp, setCreateTime, setCreateUserFullName, setCreateUserId, setCreateUserName, setDeleted, setDeleteIp, setDeleteTime, setDeleteUserFullName, setDeleteUserId, setDeleteUserName, setLastModifyIp, setLastModifyTime, setLastModifyUserFullName, setLastModifyUserId, setLastModifyUserName, setModifyBid, setPlatformId, setRowLogId
setId
getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getPlatformId, getRowLogId, isDeleted, setDescription
public long getFailureEntryId()
public void setFailureEntryId(long failureEntryId)
public long getFailureActionCodeId()
public void setFailureActionCodeId(long failureActionCodeId)
public String getFailureActionCode()
public void setFailureActionCode(String failureActionCode)
public String getActionNumber()
public void setActionNumber(String actionNumber)
public String getStatus()
public void setStatus(String status)
public String getOwner()
public void setOwner(String owner)
public String getSeverity()
public void setSeverity(String severity)
public String getComments()
public void setComments(String comments)
public String getActionType()
public void setActionType(String actionType)
public String getPartRemove()
public void setPartRemove(String partRemove)
public String getPartAdd()
public void setPartAdd(String partAdd)
public String getSerialNumberRemove()
public void setSerialNumberRemove(String serialNumberRemove)
public String getSerialNumberAdd()
public void setSerialNumberAdd(String serialNumberAdd)
public long getFailureActionId()
public void setFailureActionId(long failureActionId)
Copyright © 2019. All rights reserved.