Class WorkRequirement
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.manufacturing.transaction.WorkRequirement
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class WorkRequirement extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity ManufacturingWorkRequirement (stored in table MA_WorkRequirement).
Help: In this table it's defined the header of the requirement. here it's indicated for example the process plan.
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPUTED_COLUMN_CLOSEDSTAT
Computed column for property closedStat
Computed from:
select closed from dual
static String
ENTITY_NAME
static String
PROPERTY__COMPUTEDCOLUMNS
Property _computedColumns stored in column _computedColumns in table MA_WorkRequirementstatic String
PROPERTY_ACTIVE
Property active stored in column IsActive in table MA_WorkRequirementstatic String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table MA_WorkRequirementstatic String
PROPERTY_CLOSED
Property closed stored in column Closed in table MA_WorkRequirement
Help: Indicates if the work requirement phase has been completely done.static String
PROPERTY_CONVERSIONRATE
Property conversionRate stored in column Conversionrate in table MA_WorkRequirement
Help: Defines how many final products each run of a process plan produces. See the following formula to understand the relation between the three elements: Process Quantity = Quantity x Conversion Ratestatic String
PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table MA_WorkRequirementstatic String
PROPERTY_CREATEWORKREQUIREMENT
Property createworkrequirement stored in column Createworkrequirement in table MA_WorkRequirement
Help: Create all Work Effort for a specific daystatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table MA_WorkRequirementstatic String
PROPERTY_DOCUMENTNO
Property documentNo stored in column DocumentNo in table MA_WorkRequirementstatic String
PROPERTY_DOCUMENTTYPE
Property documentType stored in column C_Doctype_ID in table MA_WorkRequirement
Help: The Document Type determines document sequence and processing rulesstatic String
PROPERTY_ENDINGDATE
Property endingDate stored in column EndDate in table MA_WorkRequirement
Help: The End Date indicates the last date in this range.static String
PROPERTY_ESTIMATEDTIME
Property estimatedTime stored in column Estimatedtime in table MA_WorkRequirement
Help: Estimated time for the operationstatic String
PROPERTY_ID
Property id stored in column MA_Workrequirement_ID in table MA_WorkRequirement
Help: Indicates a work requirement.static String
PROPERTY_INCLUDEPHASESWHENINSERTING
Property includePhasesWhenInserting stored in column Explodephases in table MA_WorkRequirement
Help: Indicates if the work requirement operations will be generated automatically.static String
PROPERTY_INSERTPRODUCTSANDORPHASES
Property insertProductsAndorPhases stored in column Explote in table MA_WorkRequirement
Help: Process to explode the phases and/or insert the correspondent products to them.static String
PROPERTY_MANUFACTURINGWORKREQUIREMENTOPERATIONLIST
Property manufacturingWorkRequirementOperationList stored in table MA_WorkRequirementstatic String
PROPERTY_NAME
Property name stored in column Name in table MA_WorkRequirement
Help: A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table MA_WorkRequirementstatic String
PROPERTY_PROCESSED
Property processed stored in column Processed in table MA_WorkRequirement
Help: The Processed checkbox indicates that a document has been processed.static String
PROPERTY_PROCESSPLAN
Property processPlan stored in column MA_Processplan_ID in table MA_WorkRequirement
Help: Indicates a process plan.static String
PROPERTY_PROCESSQUANTITY
Property processQuantity stored in column Secondaryqty in table MA_WorkRequirement
Help: The number of Process Units required to be produced. Usually when it comes to production, our requirements are specified by a number of final products (Process Units). To avoid the need for calculating the number of process plan runs, the system allows for entering this number and then automatically calculating the required process plan runs.static String
PROPERTY_PROCESSUNIT
Property processUnit stored in column Secondaryunit in table MA_WorkRequirement
Help: The name of the main final product obtained by executing a process plan.static String
PROPERTY_QUANTITY
Property quantity stored in column Quantity in table MA_WorkRequirement
Help: Indicates the quantity of product needed to process one time the sequence.static String
PROPERTY_RUNTIME
Property runTime stored in column Runtime in table MA_WorkRequirement
Help: Operation run timestatic String
PROPERTY_STARTINGDATE
Property startingDate stored in column StartDate in table MA_WorkRequirementstatic String
PROPERTY_UPDATED
Property updated stored in column Updated in table MA_WorkRequirementstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table MA_WorkRequirementstatic String
PROPERTY_WRCREATIONDATE
Property wRCreationDate stored in column Launchdate in table MA_WorkRequirement
Help: Indicates the date that the work requirement came in.static String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description WorkRequirement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(String propName)
Returns the value of theProperty
identified by the propName.WorkRequirement_ComputedColumns
get_computedColumns()
Client
getClient()
Client fieldBigDecimal
getConversionRate()
User
getCreatedBy()
Created by audit userDate
getCreationDate()
Creation date of auditString
getDocumentNo()
DocumentType
getDocumentType()
Date
getEndingDate()
String
getEntityName()
BigDecimal
getEstimatedTime()
String
getId()
List<WorkRequirementOperation>
getManufacturingWorkRequirementOperationList()
Help: In this table there are defined the different phases of the work requirement. Each phase corresponds to a sequence of the selected process plan.String
getName()
Organization
getOrganization()
Gets organization fieldProcessPlan
getProcessPlan()
BigDecimal
getProcessQuantity()
String
getProcessUnit()
BigDecimal
getQuantity()
BigDecimal
getRunTime()
Date
getStartingDate()
Date
getUpdated()
Update date of auditUser
getUpdatedBy()
Update by audit userDate
getWRCreationDate()
Boolean
isActive()
Gets active fieldBoolean
isClosed()
Boolean
isClosedStat()
Boolean
isCreateworkrequirement()
Boolean
isIncludePhasesWhenInserting()
Boolean
isInsertProductsAndorPhases()
Boolean
isProcessed()
void
set_computedColumns(WorkRequirement_ComputedColumns _computedColumns)
void
setActive(Boolean active)
Sets active fieldvoid
setClient(Client client)
Client fieldvoid
setClosed(Boolean closed)
void
setClosedStat(Boolean closedStat)
void
setConversionRate(BigDecimal conversionRate)
void
setCreatedBy(User createdBy)
Created by audit uservoid
setCreateworkrequirement(Boolean createworkrequirement)
void
setCreationDate(Date creationDate)
Creation date of auditvoid
setDocumentNo(String documentNo)
void
setDocumentType(DocumentType documentType)
void
setEndingDate(Date endingDate)
void
setEstimatedTime(BigDecimal estimatedTime)
void
setId(String id)
void
setIncludePhasesWhenInserting(Boolean includePhasesWhenInserting)
void
setInsertProductsAndorPhases(Boolean insertProductsAndorPhases)
void
setManufacturingWorkRequirementOperationList(List<WorkRequirementOperation> manufacturingWorkRequirementOperationList)
Help: In this table there are defined the different phases of the work requirement. Each phase corresponds to a sequence of the selected process plan.void
setName(String name)
void
setOrganization(Organization organization)
Sets organization fieldvoid
setProcessed(Boolean processed)
void
setProcessPlan(ProcessPlan processPlan)
void
setProcessQuantity(BigDecimal processQuantity)
void
setProcessUnit(String processUnit)
void
setQuantity(BigDecimal quantity)
void
setRunTime(BigDecimal runTime)
void
setStartingDate(Date startingDate)
void
setUpdated(Date updated)
Update date of auditvoid
setUpdatedBy(User updatedBy)
Update by audit uservoid
setWRCreationDate(Date wRCreationDate)
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column MA_Workrequirement_ID in table MA_WorkRequirement
Help: Indicates a work requirement.- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table MA_WorkRequirement- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table MA_WorkRequirement- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table MA_WorkRequirement- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table MA_WorkRequirement- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table MA_WorkRequirement- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table MA_WorkRequirement- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table MA_WorkRequirement- See Also:
Traceable
, Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
Property name stored in column Name in table MA_WorkRequirement
Help: A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSPLAN
public static final String PROPERTY_PROCESSPLAN
Property processPlan stored in column MA_Processplan_ID in table MA_WorkRequirement
Help: Indicates a process plan.- See Also:
- Constant Field Values
-
PROPERTY_QUANTITY
public static final String PROPERTY_QUANTITY
Property quantity stored in column Quantity in table MA_WorkRequirement
Help: Indicates the quantity of product needed to process one time the sequence.- See Also:
- Constant Field Values
-
PROPERTY_WRCREATIONDATE
public static final String PROPERTY_WRCREATIONDATE
Property wRCreationDate stored in column Launchdate in table MA_WorkRequirement
Help: Indicates the date that the work requirement came in.- See Also:
- Constant Field Values
-
PROPERTY_STARTINGDATE
public static final String PROPERTY_STARTINGDATE
Property startingDate stored in column StartDate in table MA_WorkRequirement- See Also:
- Constant Field Values
-
PROPERTY_ENDINGDATE
public static final String PROPERTY_ENDINGDATE
Property endingDate stored in column EndDate in table MA_WorkRequirement
Help: The End Date indicates the last date in this range.- See Also:
- Constant Field Values
-
PROPERTY_CLOSED
public static final String PROPERTY_CLOSED
Property closed stored in column Closed in table MA_WorkRequirement
Help: Indicates if the work requirement phase has been completely done.- See Also:
- Constant Field Values
-
PROPERTY_INSERTPRODUCTSANDORPHASES
public static final String PROPERTY_INSERTPRODUCTSANDORPHASES
Property insertProductsAndorPhases stored in column Explote in table MA_WorkRequirement
Help: Process to explode the phases and/or insert the correspondent products to them.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSED
public static final String PROPERTY_PROCESSED
Property processed stored in column Processed in table MA_WorkRequirement
Help: The Processed checkbox indicates that a document has been processed.- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTNO
public static final String PROPERTY_DOCUMENTNO
Property documentNo stored in column DocumentNo in table MA_WorkRequirement- See Also:
- Constant Field Values
-
PROPERTY_INCLUDEPHASESWHENINSERTING
public static final String PROPERTY_INCLUDEPHASESWHENINSERTING
Property includePhasesWhenInserting stored in column Explodephases in table MA_WorkRequirement
Help: Indicates if the work requirement operations will be generated automatically.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSQUANTITY
public static final String PROPERTY_PROCESSQUANTITY
Property processQuantity stored in column Secondaryqty in table MA_WorkRequirement
Help: The number of Process Units required to be produced. Usually when it comes to production, our requirements are specified by a number of final products (Process Units). To avoid the need for calculating the number of process plan runs, the system allows for entering this number and then automatically calculating the required process plan runs.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSUNIT
public static final String PROPERTY_PROCESSUNIT
Property processUnit stored in column Secondaryunit in table MA_WorkRequirement
Help: The name of the main final product obtained by executing a process plan.- See Also:
- Constant Field Values
-
PROPERTY_CONVERSIONRATE
public static final String PROPERTY_CONVERSIONRATE
Property conversionRate stored in column Conversionrate in table MA_WorkRequirement
Help: Defines how many final products each run of a process plan produces. See the following formula to understand the relation between the three elements: Process Quantity = Quantity x Conversion Rate- See Also:
- Constant Field Values
-
PROPERTY_ESTIMATEDTIME
public static final String PROPERTY_ESTIMATEDTIME
Property estimatedTime stored in column Estimatedtime in table MA_WorkRequirement
Help: Estimated time for the operation- See Also:
- Constant Field Values
-
PROPERTY_RUNTIME
public static final String PROPERTY_RUNTIME
Property runTime stored in column Runtime in table MA_WorkRequirement
Help: Operation run time- See Also:
- Constant Field Values
-
PROPERTY_DOCUMENTTYPE
public static final String PROPERTY_DOCUMENTTYPE
Property documentType stored in column C_Doctype_ID in table MA_WorkRequirement
Help: The Document Type determines document sequence and processing rules- See Also:
- Constant Field Values
-
PROPERTY_CREATEWORKREQUIREMENT
public static final String PROPERTY_CREATEWORKREQUIREMENT
Property createworkrequirement stored in column Createworkrequirement in table MA_WorkRequirement
Help: Create all Work Effort for a specific day- See Also:
- Constant Field Values
-
PROPERTY__COMPUTEDCOLUMNS
public static final String PROPERTY__COMPUTEDCOLUMNS
Property _computedColumns stored in column _computedColumns in table MA_WorkRequirement- See Also:
- Constant Field Values
-
PROPERTY_MANUFACTURINGWORKREQUIREMENTOPERATIONLIST
public static final String PROPERTY_MANUFACTURINGWORKREQUIREMENTOPERATIONLIST
Property manufacturingWorkRequirementOperationList stored in table MA_WorkRequirement- See Also:
- Constant Field Values
-
COMPUTED_COLUMN_CLOSEDSTAT
public static final String COMPUTED_COLUMN_CLOSEDSTAT
Computed column for property closedStat
Computed from:
select closed from dual
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getName
public String getName()
- See Also:
PROPERTY_NAME
-
setName
public void setName(String name)
- See Also:
PROPERTY_NAME
-
getProcessPlan
public ProcessPlan getProcessPlan()
- See Also:
PROPERTY_PROCESSPLAN
-
setProcessPlan
public void setProcessPlan(ProcessPlan processPlan)
- See Also:
PROPERTY_PROCESSPLAN
-
getQuantity
public BigDecimal getQuantity()
- See Also:
PROPERTY_QUANTITY
-
setQuantity
public void setQuantity(BigDecimal quantity)
- See Also:
PROPERTY_QUANTITY
-
getWRCreationDate
public Date getWRCreationDate()
- See Also:
PROPERTY_WRCREATIONDATE
-
setWRCreationDate
public void setWRCreationDate(Date wRCreationDate)
- See Also:
PROPERTY_WRCREATIONDATE
-
getStartingDate
public Date getStartingDate()
- See Also:
PROPERTY_STARTINGDATE
-
setStartingDate
public void setStartingDate(Date startingDate)
- See Also:
PROPERTY_STARTINGDATE
-
getEndingDate
public Date getEndingDate()
- See Also:
PROPERTY_ENDINGDATE
-
setEndingDate
public void setEndingDate(Date endingDate)
- See Also:
PROPERTY_ENDINGDATE
-
isClosed
public Boolean isClosed()
- See Also:
PROPERTY_CLOSED
-
setClosed
public void setClosed(Boolean closed)
- See Also:
PROPERTY_CLOSED
-
isInsertProductsAndorPhases
public Boolean isInsertProductsAndorPhases()
- See Also:
PROPERTY_INSERTPRODUCTSANDORPHASES
-
setInsertProductsAndorPhases
public void setInsertProductsAndorPhases(Boolean insertProductsAndorPhases)
- See Also:
PROPERTY_INSERTPRODUCTSANDORPHASES
-
isProcessed
public Boolean isProcessed()
- See Also:
PROPERTY_PROCESSED
-
setProcessed
public void setProcessed(Boolean processed)
- See Also:
PROPERTY_PROCESSED
-
getDocumentNo
public String getDocumentNo()
- See Also:
PROPERTY_DOCUMENTNO
-
setDocumentNo
public void setDocumentNo(String documentNo)
- See Also:
PROPERTY_DOCUMENTNO
-
isIncludePhasesWhenInserting
public Boolean isIncludePhasesWhenInserting()
- See Also:
PROPERTY_INCLUDEPHASESWHENINSERTING
-
setIncludePhasesWhenInserting
public void setIncludePhasesWhenInserting(Boolean includePhasesWhenInserting)
- See Also:
PROPERTY_INCLUDEPHASESWHENINSERTING
-
getProcessQuantity
public BigDecimal getProcessQuantity()
- See Also:
PROPERTY_PROCESSQUANTITY
-
setProcessQuantity
public void setProcessQuantity(BigDecimal processQuantity)
- See Also:
PROPERTY_PROCESSQUANTITY
-
getProcessUnit
public String getProcessUnit()
- See Also:
PROPERTY_PROCESSUNIT
-
setProcessUnit
public void setProcessUnit(String processUnit)
- See Also:
PROPERTY_PROCESSUNIT
-
getConversionRate
public BigDecimal getConversionRate()
- See Also:
PROPERTY_CONVERSIONRATE
-
setConversionRate
public void setConversionRate(BigDecimal conversionRate)
- See Also:
PROPERTY_CONVERSIONRATE
-
getEstimatedTime
public BigDecimal getEstimatedTime()
- See Also:
PROPERTY_ESTIMATEDTIME
-
setEstimatedTime
public void setEstimatedTime(BigDecimal estimatedTime)
- See Also:
PROPERTY_ESTIMATEDTIME
-
getRunTime
public BigDecimal getRunTime()
- See Also:
PROPERTY_RUNTIME
-
setRunTime
public void setRunTime(BigDecimal runTime)
- See Also:
PROPERTY_RUNTIME
-
getDocumentType
public DocumentType getDocumentType()
- See Also:
PROPERTY_DOCUMENTTYPE
-
setDocumentType
public void setDocumentType(DocumentType documentType)
- See Also:
PROPERTY_DOCUMENTTYPE
-
isCreateworkrequirement
public Boolean isCreateworkrequirement()
- See Also:
PROPERTY_CREATEWORKREQUIREMENT
-
setCreateworkrequirement
public void setCreateworkrequirement(Boolean createworkrequirement)
- See Also:
PROPERTY_CREATEWORKREQUIREMENT
-
isClosedStat
public Boolean isClosedStat()
- See Also:
COMPUTED_COLUMN_CLOSEDSTAT
-
setClosedStat
public void setClosedStat(Boolean closedStat)
- See Also:
COMPUTED_COLUMN_CLOSEDSTAT
-
get_computedColumns
public WorkRequirement_ComputedColumns get_computedColumns()
- See Also:
PROPERTY__COMPUTEDCOLUMNS
-
set_computedColumns
public void set_computedColumns(WorkRequirement_ComputedColumns _computedColumns)
- See Also:
PROPERTY__COMPUTEDCOLUMNS
-
getManufacturingWorkRequirementOperationList
public List<WorkRequirementOperation> getManufacturingWorkRequirementOperationList()
Help: In this table there are defined the different phases of the work requirement. Each phase corresponds to a sequence of the selected process plan.- See Also:
WorkRequirementOperation
-
setManufacturingWorkRequirementOperationList
public void setManufacturingWorkRequirementOperationList(List<WorkRequirementOperation> manufacturingWorkRequirementOperationList)
Help: In this table there are defined the different phases of the work requirement. Each phase corresponds to a sequence of the selected process plan.- See Also:
WorkRequirementOperation
-
get
public Object get(String propName)
Description copied from class:BaseOBObject
Returns the value of theProperty
identified by the propName. This method does security checking. If a security violation occurs then a OBSecurityException is thrown.- Specified by:
get
in interfaceBaseOBObjectDef
- Specified by:
get
in interfaceDynamicEnabled
- Overrides:
get
in classBaseOBObject
- Parameters:
propName
- the name of theProperty
for which the value is requested- See Also:
BaseOBObject.get(String, Language)
-
-