public class RuntimeBOM extends RuntimeObjectBaseImpl<RuntimeBOMEntity>
entityClass
构造器和说明 |
---|
RuntimeBOM() |
RuntimeBOM(RuntimeBOMEntity entity) |
限定符和类型 | 方法和说明 |
---|---|
RuntimeBOMItem |
addRuntimeBOMItem(Part partObj) |
RuntimeBOM |
addRuntimeBOMItem(RuntimeBOMItem bomItem) |
RuntimeBOM |
clone() |
protected void |
entityReseted() |
long |
getBOMId() |
String |
getBomName() |
String |
getBOMType() |
String |
getName() |
String |
getRevision() |
List<RuntimeBOMItem> |
getRuntimeBOMItems()
如果当前BOM对象保存的BOMItem List有内容则直接取出。
|
void |
setBomName(String bomName) |
void |
setBOMType(String value) |
void |
setRevision(String bomRev) |
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 RuntimeBOM(RuntimeBOMEntity entity)
public RuntimeBOM()
public String getBomName()
public void setBomName(String bomName)
public String getRevision()
public void setRevision(String bomRev)
public String getBOMType()
public void setBOMType(String value)
public RuntimeBOM addRuntimeBOMItem(RuntimeBOMItem bomItem)
public RuntimeBOMItem addRuntimeBOMItem(Part partObj)
public List<RuntimeBOMItem> getRuntimeBOMItems()
public long getBOMId()
public RuntimeBOM clone()
protected void entityReseted()
entityReseted
在类中 ObjectBaseImpl<RuntimeBOMEntity>
public String getName()
Copyright © 2019. All rights reserved.