@Entity @Unique(value={"objectId","objectType"}) @Relation(value={"RuntimeBOMItemEntity","UnitEntity"}) public class RuntimeBOMEntity extends RuntimeBaseEntity
限定符和类型 | 字段和说明 |
---|---|
static String |
BOM_ID |
static String |
BOM_MODIFIED |
static String |
BOM_NAME |
static String |
BOM_REVISION |
static String |
BOM_TYPE |
static String |
OBJECT_ID |
static String |
OBJECT_TYPE |
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
构造器和说明 |
---|
RuntimeBOMEntity() |
限定符和类型 | 方法和说明 |
---|---|
long |
getBomId() |
long |
getBomModified() |
String |
getBomName() |
String |
getBomRev() |
String |
getBomType() |
long |
getId() |
String |
getName() |
long |
getObjectId() |
String |
getObjectType() |
List<RuntimeBOMItemEntity> |
getRuntimeBOMItems() |
void |
setBomId(long bomId) |
void |
setBomModified(long bomModified) |
void |
setBomName(String bomName) |
void |
setBomRev(String bomRev) |
void |
setBomType(String bomType) |
void |
setId(long id) |
void |
setObjectId(long objectId) |
void |
setObjectType(String objectType) |
void |
setRuntimeBOMItems(List<RuntimeBOMItemEntity> runtimeBOMItems) |
isNew
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setCompanyId, setCreateBid, setCreateIp, setCreateTime, setCreateUserFullName, setCreateUserId, setCreateUserName, setDeleted, setDeleteIp, setDeleteTime, setDeleteUserFullName, setDeleteUserId, setDeleteUserName, setLastModifyIp, setLastModifyTime, setLastModifyUserFullName, setLastModifyUserId, setLastModifyUserName, setModifyBid, setPlatformId, setRowLogId
getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getPlatformId, getRowLogId, isDeleted, setDescription
public long getId()
public void setId(long id)
public String getName()
public long getBomId()
public void setBomId(long bomId)
public long getObjectId()
public void setObjectId(long objectId)
public String getObjectType()
public void setObjectType(String objectType)
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 long getBomModified()
public void setBomModified(long bomModified)
public List<RuntimeBOMItemEntity> getRuntimeBOMItems()
public void setRuntimeBOMItems(List<RuntimeBOMItemEntity> runtimeBOMItems)
Copyright © 2019. All rights reserved.