@Entity @Unique(value={"bomName","bomRev"}) @Relation(value={"BOMItemEntity","PartEntity"}) public class BOMEntity extends BuildtimeBaseEntity implements IBaseEntityExtension
限定符和类型 | 字段和说明 |
---|---|
static String |
BOM_TYPE |
static String |
BOM_TYPE_BUILD |
static String |
DEFAULT_REVISION |
static String |
EFFECTIVE_END_TIME |
static String |
EFFECTIVE_START_TIME |
protected ZonedDateTime |
effectiveEndTime |
protected ZonedDateTime |
effectiveStartTime |
static String |
NAME |
static String |
PARENT_BOM_ID |
static String |
REVISION |
category, CATEGORY
COMPANY_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
构造器和说明 |
---|
BOMEntity() |
限定符和类型 | 方法和说明 |
---|---|
List<BOMItemEntity> |
getBomItems() |
String |
getBomName() |
String |
getBomRev() |
String |
getBomType() |
long |
getDeriveBOMId() |
ZonedDateTime |
getEffectiveEndTime() |
ZonedDateTime |
getEffectiveStartTime() |
String |
getName() |
void |
setBomItems(List<BOMItemEntity> bomItems) |
void |
setBomName(String bomName) |
void |
setBomRev(String bomRev) |
void |
setBomType(String bomType) |
void |
setDeriveBOMId(long parentBOMId) |
void |
setEffectiveEndTime(ZonedDateTime effectiveEndTime) |
void |
setEffectiveStartTime(ZonedDateTime effectiveStartTime) |
getCategory, setCategory
isNew
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtensionEntity, setExtensionEntity
setCompanyId, setCreateBid, setCreateIp, setCreateTime, setCreateUserFullName, setCreateUserId, setCreateUserName, setDeleted, setDeleteIp, setDeleteTime, setDeleteUserFullName, setDeleteUserId, setDeleteUserName, setLastModifyIp, setLastModifyTime, setLastModifyUserFullName, setLastModifyUserId, setLastModifyUserName, setModifyBid, setPlatformId, setRowLogId
setId
getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getPlatformId, getRowLogId, isDeleted, isNew, setDescription
public static final String BOM_TYPE_BUILD
protected ZonedDateTime effectiveStartTime
protected ZonedDateTime effectiveEndTime
public String getName()
public String getBomName()
public void setBomName(String bomName)
public String getBomRev()
public void setBomRev(String bomRev)
public String getBomType()
public void setBomType(String bomType)
public List<BOMItemEntity> getBomItems()
public void setBomItems(List<BOMItemEntity> bomItems)
public long getDeriveBOMId()
public void setDeriveBOMId(long parentBOMId)
public ZonedDateTime getEffectiveStartTime()
public void setEffectiveStartTime(ZonedDateTime effectiveStartTime)
public ZonedDateTime getEffectiveEndTime()
public void setEffectiveEndTime(ZonedDateTime effectiveEndTime)
Copyright © 2019. All rights reserved.