public class BOM extends BuildtimeObjectBaseImpl<BOMEntity>
entityClass
限定符和类型 | 方法和说明 |
---|---|
BOM |
addBOMItem(BOMItem bomItem) |
protected void |
entityReseted() |
long |
getBOMId() |
List<BOMItem> |
getBOMItems()
如果当前BOM对象保存的BOMItem List有内容则直接取出。
|
String |
getBomName() |
BomType |
getBOMType() |
BOM |
getDeriveBOM() |
ZonedDateTime |
getEffectiveEndTime() |
ZonedDateTime |
getEffectiveStartTime() |
BOMEntity |
getEntityObj() |
String |
getName() |
String |
getRevision() |
void |
removeBOMItem(BOMItem bomItem) |
void |
saveBOMItem(BOMItem bomItem) |
void |
setBomName(String bomName) |
void |
setBOMType(BomType bomType) |
void |
setDeriveBOM(BOM parentBom) |
void |
setEffectiveEndTime(ZonedDateTime effectiveEnd) |
void |
setEffectiveStartTime(ZonedDateTime effectiveStart) |
void |
setRevision(String partRev) |
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 BOM()
public BOM(BOMEntity entity)
@NotBlank(message="name cannot be null") public String getName()
@NotBlank(message="BomName cannot be null") public String getBomName()
public void setBomName(String bomName)
@NotBlank(message="Revision cannot be null") public String getRevision()
public void setRevision(String partRev)
public BomType getBOMType()
public void setBOMType(BomType bomType)
public void removeBOMItem(BOMItem bomItem)
public long getBOMId()
public BOM getDeriveBOM()
public void setDeriveBOM(BOM parentBom)
public ZonedDateTime getEffectiveStartTime()
public void setEffectiveStartTime(ZonedDateTime effectiveStart)
public ZonedDateTime getEffectiveEndTime()
public void setEffectiveEndTime(ZonedDateTime effectiveEnd)
protected void entityReseted()
entityReseted
在类中 ObjectBaseImpl<BOMEntity>
public void saveBOMItem(BOMItem bomItem)
public BOMEntity getEntityObj()
Copyright © 2019. All rights reserved.