public class ProductionLine extends Connectable<ProductionLineEntity>
arcs, incomingArcs, outgoingArcs
entityClass
构造器和说明 |
---|
ProductionLine() |
ProductionLine(ProductionLineEntity entity) |
限定符和类型 | 方法和说明 |
---|---|
void |
addRoute(Route route) |
Connectable<?> |
clone() |
protected void |
entityReseted() |
Area |
getArea() |
long |
getAreaId() |
int |
getCapacity() |
List<? extends Connectable<?>> |
getChildren() |
ProductionLineStatusType |
getCurrentStatus() |
MPI |
getMPI() |
String |
getName() |
Connectable<?> |
getParent() |
long |
getProductionLineId() |
List<Route> |
getRoutes() |
String |
getStatus() |
List<WorkCenter> |
getWorkCenters() |
long |
getWorkScheduleId() |
void |
removeRoute(Route route) |
void |
removeRoutes()
置空route集合
|
void |
setArea(Area areaObject) |
void |
setAreaId(long areaId) |
void |
setCapacity(int value) |
void |
setMPI(MPI mpi) |
void |
setName(String prodLineName) |
void |
setStatus(String status) |
void |
setWorkScheduleId(long workScheduleId) |
addArc, deleteArc, deleteChildren, getArc, getArcs, getCoordinateX, getCoordinateY, getDefaultName, getDownStream, getIncomingArcs, getOutgoingArcs, getUpStream, setArcs, setCoordinateX, setCoordinateY
getCategory, setCategory
equals, getCEF, getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getEntityClass, getId, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getObjectType, getPlatformId, getRowLogId, hashCode, isDeleted, isNew, refresh, refresh, setCEF, setDescription, toString
getInternalObject, getService, getServiceByDomainObject, setInternalObject
public ProductionLine(ProductionLineEntity entity)
public ProductionLine()
public long getWorkScheduleId()
public void setWorkScheduleId(long workScheduleId)
@NotBlank(message="productionLine name cannot be null") public String getName()
public void setName(String prodLineName)
setName
在类中 Connectable<ProductionLineEntity>
public int getCapacity()
public void setCapacity(int value)
public long getAreaId()
public void setAreaId(long areaId)
public Area getArea()
public void setArea(Area areaObject)
public List<WorkCenter> getWorkCenters()
public long getProductionLineId()
public ProductionLineStatusType getCurrentStatus()
public List<? extends Connectable<?>> getChildren()
public Connectable<?> getParent()
public void removeRoutes()
public void addRoute(Route route)
public void removeRoute(Route route)
public MPI getMPI()
public void setMPI(MPI mpi)
public String getStatus()
public void setStatus(String status)
public Connectable<?> clone()
clone
在类中 Connectable<ProductionLineEntity>
protected void entityReseted()
entityReseted
在类中 Connectable<ProductionLineEntity>
Copyright © 2019. All rights reserved.