@Entity @Unique(value="name") @Relation(value="WorkCenterEntity") public class ProductionLineEntity extends ConnectableEntity implements IBaseEntityExtension
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
AREA_ID |
static String |
CAPACITY |
static String |
MPI_ID |
static String |
STATUS |
static String |
WORKSCHEDULE_ID |
COORDINATE_ID, name, NAME, REVISIONcategory, CATEGORYCOMPANY_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| 构造器和说明 |
|---|
ProductionLineEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAreaId() |
int |
getCapacity() |
long |
getMpiId() |
List<RouteEntity> |
getRoutes() |
String |
getStatus() |
List<WorkCenterEntity> |
getWorkCenters() |
Long |
getWorkScheduleId() |
boolean |
isDefault() |
void |
setAreaId(long areaId) |
void |
setCapacity(int capacity) |
void |
setDefault(boolean isDefault) |
void |
setMpiId(long mpiId) |
void |
setRoutes(List<RouteEntity> routes) |
void |
setStatus(String status) |
void |
setWorkCenters(List<WorkCenterEntity> workCenters) |
void |
setWorkScheduleId(Long workScheduleId) |
getArcEntityList, getCoordinate, getName, getRevision, setArcEntityList, setCoordinate, setName, setRevisiongetCategory, setCategoryisNewclone, 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, setRowLogIdsetIdgetCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getPlatformId, getRowLogId, isDeleted, isNew, setDescriptionpublic int getCapacity()
public void setCapacity(int capacity)
public long getAreaId()
public void setAreaId(long areaId)
public String getStatus()
public void setStatus(String status)
public List<WorkCenterEntity> getWorkCenters()
public void setWorkCenters(List<WorkCenterEntity> workCenters)
public boolean isDefault()
public void setDefault(boolean isDefault)
public List<RouteEntity> getRoutes()
public void setRoutes(List<RouteEntity> routes)
public long getMpiId()
public void setMpiId(long mpiId)
public Long getWorkScheduleId()
public void setWorkScheduleId(Long workScheduleId)
Copyright © 2019. All rights reserved.