@Entity @Unique(value="name") @Relation(value={"RouteStepWcEntity","WorkStationEntity","ConnectableEquipmentEntity"}) public class WorkCenterEntity extends ConnectableEntity implements IBaseEntityExtension
限定符和类型 | 字段和说明 |
---|---|
static String |
CAPACITY |
static String |
IP |
static String |
PRODUCTION_LINE |
COORDINATE_ID, name, NAME, REVISION
category, CATEGORY
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
构造器和说明 |
---|
WorkCenterEntity() |
限定符和类型 | 方法和说明 |
---|---|
int |
getCapacity() |
int |
getDefaultWorkCenter() |
String |
getIp() |
long |
getPLineId() |
List<RouteStepEntity> |
getRouteSteps() |
void |
setCapacity(int capacity) |
void |
setDefaultWorkCenter(int defaultWorkCenter) |
void |
setIp(String ip) |
void |
setPLineId(long pLineId) |
void |
setRouteSteps(List<RouteStepEntity> routeSteps) |
getArcEntityList, getCoordinate, getName, getRevision, setArcEntityList, setCoordinate, setName, setRevision
getCategory, setCategory
isNew
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtensionEntity, setExtensionEntity
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, isNew, setDescription
public long getPLineId()
public void setPLineId(long pLineId)
public int getCapacity()
public void setCapacity(int capacity)
public int getDefaultWorkCenter()
public void setDefaultWorkCenter(int defaultWorkCenter)
public List<RouteStepEntity> getRouteSteps()
public void setRouteSteps(List<RouteStepEntity> routeSteps)
public String getIp()
public void setIp(String ip)
Copyright © 2019. All rights reserved.