@Entity @Unique(value={"bomId","bomItemName"}) @Relation(value="ConsumptionConfigurationEntity") public class BOMItemEntity extends BuildtimeBaseEntity implements IBaseEntityExtension
限定符和类型 | 字段和说明 |
---|---|
static String |
BOM_ID |
static String |
BOM_ITEM_NAME |
static String |
CONSUME_TYPE |
static String |
DECIMAL_SCALE |
static String |
EFFECTIVE_END_TIME |
static String |
EFFECTIVE_START_TIME |
protected ZonedDateTime |
effectiveEndTime |
protected ZonedDateTime |
effectiveStartTime |
static String |
ENFORCE_EFFECTIVE_CONSUMPTION |
static String |
PART_ID |
static String |
PART_NUMBER |
static String |
PART_REV |
static String |
PROCESSING_TYPE |
static String |
QUANTITY |
static String |
RECORD_CONSUMPTION |
static String |
REFERENCE_DESIGNATOR |
static String |
UOM_NAME |
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
构造器和说明 |
---|
BOMItemEntity() |
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
protected ZonedDateTime effectiveStartTime
protected ZonedDateTime effectiveEndTime
public String getName()
public long getBomId()
public void setBomId(long bomId)
public long getPartId()
public void setPartId(long partId)
public String getPartNumber()
public void setPartNumber(String partNumber)
public String getPartRev()
public void setPartRev(String partRev)
public String getBomItemName()
public void setBomItemName(String bomItemName)
public int getEnforceEffectiveConsumption()
public void setEnforceEffectiveConsumption(int enforceEffectiveConsumption)
public float getQuantity()
public void setQuantity(float quantity)
public String getUomName()
public void setUomName(String uomName)
public int getDecimalScale()
public void setDecimalScale(int decimalScale)
public int getRecordConsumption()
public void setRecordConsumption(int recordConsumption)
public String getReferenceDesignator()
public void setReferenceDesignator(String referenceDesignator)
public String getProcessingType()
public void setProcessingType(String processingType)
public ConsumptionType getConsumeType()
public void setConsumeType(ConsumptionType consumeType)
public ZonedDateTime getEffectiveStartTime()
public void setEffectiveStartTime(ZonedDateTime effectiveStartTime)
public ZonedDateTime getEffectiveEndTime()
public void setEffectiveEndTime(ZonedDateTime effectiveEndTime)
Copyright © 2019. All rights reserved.