public class Arc extends BuildtimeObjectBaseImpl<ArcEntity>
entityClass
限定符和类型 | 方法和说明 |
---|---|
protected void |
entityRefreshed() |
boolean |
existTargetCoordinate() |
Connectable<?> |
getFrom() |
long |
getFromNodeId() |
String |
getFromType() |
LineType |
getLineType() |
String |
getName() |
long |
getParentId() |
String |
getParentType() |
List<String> |
getReasons() |
float |
getSourceCoordinateX() |
float |
getSourceCoordinateY() |
float |
getTargetCoordinateX() |
float |
getTargetCoordinateY() |
Connectable<?> |
getTo() |
long |
getToNodeId() |
String |
getToType() |
boolean |
isMainPath() |
void |
setFrom(Connectable<?> connectable) |
void |
setLineType(LineType lineType) |
void |
setMainPath(boolean value) |
void |
setName(String routeArcName) |
void |
setReasons(List<String> reasons) |
void |
setSourceCoordinateX(float x) |
void |
setSourceCoordinateY(float y) |
void |
setTargetCoordinateX(float x) |
void |
setTargetCoordinateY(float y) |
void |
setTo(Connectable<?> connectable) |
getCategory, setCategory
entityReseted, 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 Arc(ArcEntity objectEntity)
public Arc()
public String getName()
public void setName(String routeArcName)
public boolean isMainPath()
public void setMainPath(boolean value)
public long getParentId()
public Connectable<?> getFrom()
public void setFrom(Connectable<?> connectable)
public String getFromType()
public Connectable<?> getTo()
public void setTo(Connectable<?> connectable)
public String getToType()
public String getParentType()
public float getSourceCoordinateX()
public void setSourceCoordinateX(float x)
public float getSourceCoordinateY()
public void setSourceCoordinateY(float y)
public float getTargetCoordinateX()
public void setTargetCoordinateX(float x)
public float getTargetCoordinateY()
public void setTargetCoordinateY(float y)
public boolean existTargetCoordinate()
protected void entityRefreshed()
public LineType getLineType()
public void setLineType(LineType lineType)
public long getFromNodeId()
public long getToNodeId()
Copyright © 2019. All rights reserved.