Adempiere 3.5.2a

org.compiere.model
Class X_AD_Workflow

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_Workflow
All Implemented Interfaces:
Serializable, Comparator, I_AD_Workflow, I_Persistent, Evaluatee
Direct Known Subclasses:
MWorkflow

public class X_AD_Workflow
extends PO
implements I_AD_Workflow, I_Persistent

Generated Model for AD_Workflow

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int ACCESSLEVEL_AD_Reference_ID
          AccessLevel AD_Reference_ID=5
static String ACCESSLEVEL_All
          All = 7
static String ACCESSLEVEL_ClientOnly
          Client only = 2
static String ACCESSLEVEL_ClientPlusOrganization
          Client+Organization = 3
static String ACCESSLEVEL_Organization
          Organization = 1
static String ACCESSLEVEL_SystemOnly
          System only = 4
static String ACCESSLEVEL_SystemPlusClient
          System+Client = 6
static int DURATIONUNIT_AD_Reference_ID
          DurationUnit AD_Reference_ID=299
static String DURATIONUNIT_Day
          Day = D
static String DURATIONUNIT_Hour
          hour = h
static String DURATIONUNIT_Minute
          minute = m
static String DURATIONUNIT_Month
          Month = M
static String DURATIONUNIT_Second
          second = s
static String DURATIONUNIT_Year
          Year = Y
static int ENTITYTYPE_AD_Reference_ID
          EntityType AD_Reference_ID=389
static int PROCESSTYPE_AD_Reference_ID
          ProcessType AD_Reference_ID=53224
static String PROCESSTYPE_BatchFlow
          Batch Flow = BF
static String PROCESSTYPE_ContinuousFlow
          Continuous Flow = CF
static String PROCESSTYPE_DedicateRepetititiveFlow
          Dedicate Repetititive Flow = DR
static String PROCESSTYPE_JobShop
          Job Shop = JS
static String PROCESSTYPE_MixedRepetitiveFlow
          Mixed Repetitive Flow = MR
static String PROCESSTYPE_Plant
          Plant = PL
static int PUBLISHSTATUS_AD_Reference_ID
          PublishStatus AD_Reference_ID=310
static String PUBLISHSTATUS_Released
          Released = R
static String PUBLISHSTATUS_Test
          Test = T
static String PUBLISHSTATUS_UnderRevision
          Under Revision = U
static String PUBLISHSTATUS_Void
          Void = V
static int WORKFLOWTYPE_AD_Reference_ID
          WorkflowType AD_Reference_ID=328
static String WORKFLOWTYPE_DocumentProcess
          Document Process = P
static String WORKFLOWTYPE_DocumentValue
          Document Value = V
static String WORKFLOWTYPE_General
          General = G
static String WORKFLOWTYPE_Manufacturing
          Manufacturing = M
static String WORKFLOWTYPE_Quality
          Quality = Q
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_AD_Workflow
accessLevel, COLUMNNAME_AccessLevel, COLUMNNAME_AD_Table_ID, COLUMNNAME_AD_WF_Node_ID, COLUMNNAME_AD_WF_Responsible_ID, COLUMNNAME_AD_Workflow_ID, COLUMNNAME_AD_WorkflowProcessor_ID, COLUMNNAME_Author, COLUMNNAME_Cost, COLUMNNAME_Description, COLUMNNAME_DocumentNo, COLUMNNAME_DocValueLogic, COLUMNNAME_Duration, COLUMNNAME_DurationUnit, COLUMNNAME_EntityType, COLUMNNAME_Help, COLUMNNAME_IsDefault, COLUMNNAME_IsValid, COLUMNNAME_Limit, COLUMNNAME_MovingTime, COLUMNNAME_Name, COLUMNNAME_Priority, COLUMNNAME_ProcessType, COLUMNNAME_PublishStatus, COLUMNNAME_QtyBatchSize, COLUMNNAME_QueuingTime, COLUMNNAME_S_Resource_ID, COLUMNNAME_SetupTime, COLUMNNAME_ValidateWorkflow, COLUMNNAME_ValidFrom, COLUMNNAME_ValidTo, COLUMNNAME_Value, COLUMNNAME_Version, COLUMNNAME_WaitingTime, COLUMNNAME_WorkflowType, COLUMNNAME_WorkingTime, Model, Table_ID, Table_Name
 
Constructor Summary
X_AD_Workflow(Properties ctx, int AD_Workflow_ID, String trxName)
          Standard Constructor
X_AD_Workflow(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 String getAccessLevel()
          Get Data Access Level.
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 int getAD_WF_Node_ID()
          Get Node.
 I_AD_WF_Node getAD_WF_Node()
           
 int getAD_WF_Responsible_ID()
          Get Workflow Responsible.
 I_AD_WF_Responsible getAD_WF_Responsible()
           
 int getAD_Workflow_ID()
          Get Workflow.
 int getAD_WorkflowProcessor_ID()
          Get Workflow Processor.
 I_AD_WorkflowProcessor getAD_WorkflowProcessor()
           
 String getAuthor()
          Get Author.
 int getCost()
          Get Cost.
 String getDescription()
          Get Description.
 String getDocumentNo()
          Get Document No.
 String getDocValueLogic()
          Get Document Value Logic.
 int getDuration()
          Get Duration.
 String getDurationUnit()
          Get Duration Unit.
 String getEntityType()
          Get Entity Type.
 String getHelp()
          Get Comment/Help.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 int getLimit()
          Get Duration Limit.
 int getMovingTime()
          Get MovingTime.
 String getName()
          Get Name.
 int getPriority()
          Get Priority.
 String getProcessType()
          Get ProcessType.
 String getPublishStatus()
          Get Publication Status.
 BigDecimal getQtyBatchSize()
          Get QtyBatchSize.
 int getQueuingTime()
          Get QueuingTime.
 int getS_Resource_ID()
          Get Resource.
 I_S_Resource getS_Resource()
           
 int getSetupTime()
          Get Setup Time.
 String getValidateWorkflow()
          Get Validate Workflow.
 Timestamp getValidFrom()
          Get Valid from.
 Timestamp getValidTo()
          Get Valid to.
 String getValue()
          Get Search Key.
 int getVersion()
          Get Version.
 int getWaitingTime()
          Get Waiting Time.
 String getWorkflowType()
          Get Workflow Type.
 int getWorkingTime()
          Get Working Time.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isDefault()
          Get Default.
 boolean isValid()
          Get Valid.
 void setAccessLevel(String AccessLevel)
          Set Data Access Level.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setAD_WF_Node_ID(int AD_WF_Node_ID)
          Set Node.
 void setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
          Set Workflow Responsible.
 void setAD_Workflow_ID(int AD_Workflow_ID)
          Set Workflow.
 void setAD_WorkflowProcessor_ID(int AD_WorkflowProcessor_ID)
          Set Workflow Processor.
 void setAuthor(String Author)
          Set Author.
 void setCost(int Cost)
          Set Cost.
 void setDescription(String Description)
          Set Description.
 void setDocumentNo(String DocumentNo)
          Set Document No.
 void setDocValueLogic(String DocValueLogic)
          Set Document Value Logic.
 void setDuration(int Duration)
          Set Duration.
 void setDurationUnit(String DurationUnit)
          Set Duration Unit.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setIsValid(boolean IsValid)
          Set Valid.
 void setLimit(int Limit)
          Set Duration Limit.
 void setMovingTime(int MovingTime)
          Set MovingTime.
 void setName(String Name)
          Set Name.
 void setPriority(int Priority)
          Set Priority.
 void setProcessType(String ProcessType)
          Set ProcessType.
 void setPublishStatus(String PublishStatus)
          Set Publication Status.
 void setQtyBatchSize(BigDecimal QtyBatchSize)
          Set QtyBatchSize.
 void setQueuingTime(int QueuingTime)
          Set QueuingTime.
 void setS_Resource_ID(int S_Resource_ID)
          Set Resource.
 void setSetupTime(int SetupTime)
          Set Setup Time.
 void setValidateWorkflow(String ValidateWorkflow)
          Set Validate Workflow.
 void setValidFrom(Timestamp ValidFrom)
          Set Valid from.
 void setValidTo(Timestamp ValidTo)
          Set Valid to.
 void setValue(String Value)
          Set Search Key.
 void setVersion(int Version)
          Set Version.
 void setWaitingTime(int WaitingTime)
          Set Waiting Time.
 void setWorkflowType(String WorkflowType)
          Set Workflow Type.
 void setWorkingTime(int WorkingTime)
          Set Working Time.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

ACCESSLEVEL_AD_Reference_ID

public static final int ACCESSLEVEL_AD_Reference_ID
AccessLevel AD_Reference_ID=5

See Also:
Constant Field Values

ACCESSLEVEL_Organization

public static final String ACCESSLEVEL_Organization
Organization = 1

See Also:
Constant Field Values

ACCESSLEVEL_ClientPlusOrganization

public static final String ACCESSLEVEL_ClientPlusOrganization
Client+Organization = 3

See Also:
Constant Field Values

ACCESSLEVEL_SystemOnly

public static final String ACCESSLEVEL_SystemOnly
System only = 4

See Also:
Constant Field Values

ACCESSLEVEL_All

public static final String ACCESSLEVEL_All
All = 7

See Also:
Constant Field Values

ACCESSLEVEL_SystemPlusClient

public static final String ACCESSLEVEL_SystemPlusClient
System+Client = 6

See Also:
Constant Field Values

ACCESSLEVEL_ClientOnly

public static final String ACCESSLEVEL_ClientOnly
Client only = 2

See Also:
Constant Field Values

DURATIONUNIT_AD_Reference_ID

public static final int DURATIONUNIT_AD_Reference_ID
DurationUnit AD_Reference_ID=299

See Also:
Constant Field Values

DURATIONUNIT_Year

public static final String DURATIONUNIT_Year
Year = Y

See Also:
Constant Field Values

DURATIONUNIT_Month

public static final String DURATIONUNIT_Month
Month = M

See Also:
Constant Field Values

DURATIONUNIT_Day

public static final String DURATIONUNIT_Day
Day = D

See Also:
Constant Field Values

DURATIONUNIT_Hour

public static final String DURATIONUNIT_Hour
hour = h

See Also:
Constant Field Values

DURATIONUNIT_Minute

public static final String DURATIONUNIT_Minute
minute = m

See Also:
Constant Field Values

DURATIONUNIT_Second

public static final String DURATIONUNIT_Second
second = s

See Also:
Constant Field Values

ENTITYTYPE_AD_Reference_ID

public static final int ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389

See Also:
Constant Field Values

PROCESSTYPE_AD_Reference_ID

public static final int PROCESSTYPE_AD_Reference_ID
ProcessType AD_Reference_ID=53224

See Also:
Constant Field Values

PROCESSTYPE_BatchFlow

public static final String PROCESSTYPE_BatchFlow
Batch Flow = BF

See Also:
Constant Field Values

PROCESSTYPE_ContinuousFlow

public static final String PROCESSTYPE_ContinuousFlow
Continuous Flow = CF

See Also:
Constant Field Values

PROCESSTYPE_DedicateRepetititiveFlow

public static final String PROCESSTYPE_DedicateRepetititiveFlow
Dedicate Repetititive Flow = DR

See Also:
Constant Field Values

PROCESSTYPE_JobShop

public static final String PROCESSTYPE_JobShop
Job Shop = JS

See Also:
Constant Field Values

PROCESSTYPE_MixedRepetitiveFlow

public static final String PROCESSTYPE_MixedRepetitiveFlow
Mixed Repetitive Flow = MR

See Also:
Constant Field Values

PROCESSTYPE_Plant

public static final String PROCESSTYPE_Plant
Plant = PL

See Also:
Constant Field Values

PUBLISHSTATUS_AD_Reference_ID

public static final int PUBLISHSTATUS_AD_Reference_ID
PublishStatus AD_Reference_ID=310

See Also:
Constant Field Values

PUBLISHSTATUS_Released

public static final String PUBLISHSTATUS_Released
Released = R

See Also:
Constant Field Values

PUBLISHSTATUS_Test

public static final String PUBLISHSTATUS_Test
Test = T

See Also:
Constant Field Values

PUBLISHSTATUS_UnderRevision

public static final String PUBLISHSTATUS_UnderRevision
Under Revision = U

See Also:
Constant Field Values

PUBLISHSTATUS_Void

public static final String PUBLISHSTATUS_Void
Void = V

See Also:
Constant Field Values

WORKFLOWTYPE_AD_Reference_ID

public static final int WORKFLOWTYPE_AD_Reference_ID
WorkflowType AD_Reference_ID=328

See Also:
Constant Field Values

WORKFLOWTYPE_General

public static final String WORKFLOWTYPE_General
General = G

See Also:
Constant Field Values

WORKFLOWTYPE_DocumentProcess

public static final String WORKFLOWTYPE_DocumentProcess
Document Process = P

See Also:
Constant Field Values

WORKFLOWTYPE_DocumentValue

public static final String WORKFLOWTYPE_DocumentValue
Document Value = V

See Also:
Constant Field Values

WORKFLOWTYPE_Manufacturing

public static final String WORKFLOWTYPE_Manufacturing
Manufacturing = M

See Also:
Constant Field Values

WORKFLOWTYPE_Quality

public static final String WORKFLOWTYPE_Quality
Quality = Q

See Also:
Constant Field Values
Constructor Detail

X_AD_Workflow

public X_AD_Workflow(Properties ctx,
                     int AD_Workflow_ID,
                     String trxName)
Standard Constructor


X_AD_Workflow

public X_AD_Workflow(Properties ctx,
                     ResultSet rs,
                     String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
6 - System - Client

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

setAccessLevel

public void setAccessLevel(String AccessLevel)
Set Data Access Level.

Specified by:
setAccessLevel in interface I_AD_Workflow
Parameters:
AccessLevel - Access Level required

getAccessLevel

public String getAccessLevel()
Get Data Access Level.

Specified by:
getAccessLevel in interface I_AD_Workflow
Returns:
Access Level required

getAD_Table

public I_AD_Table getAD_Table()
                       throws Exception
Specified by:
getAD_Table in interface I_AD_Workflow
Throws:
Exception

setAD_Table_ID

public void setAD_Table_ID(int AD_Table_ID)
Set Table.

Specified by:
setAD_Table_ID in interface I_AD_Workflow
Parameters:
AD_Table_ID - Database Table information

getAD_Table_ID

public int getAD_Table_ID()
Get Table.

Specified by:
getAD_Table_ID in interface I_AD_Workflow
Returns:
Database Table information

getAD_WF_Node

public I_AD_WF_Node getAD_WF_Node()
                           throws Exception
Specified by:
getAD_WF_Node in interface I_AD_Workflow
Throws:
Exception

setAD_WF_Node_ID

public void setAD_WF_Node_ID(int AD_WF_Node_ID)
Set Node.

Specified by:
setAD_WF_Node_ID in interface I_AD_Workflow
Parameters:
AD_WF_Node_ID - Workflow Node (activity), step or process

getAD_WF_Node_ID

public int getAD_WF_Node_ID()
Get Node.

Specified by:
getAD_WF_Node_ID in interface I_AD_Workflow
Returns:
Workflow Node (activity), step or process

getAD_WF_Responsible

public I_AD_WF_Responsible getAD_WF_Responsible()
                                         throws Exception
Specified by:
getAD_WF_Responsible in interface I_AD_Workflow
Throws:
Exception

setAD_WF_Responsible_ID

public void setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
Set Workflow Responsible.

Specified by:
setAD_WF_Responsible_ID in interface I_AD_Workflow
Parameters:
AD_WF_Responsible_ID - Responsible for Workflow Execution

getAD_WF_Responsible_ID

public int getAD_WF_Responsible_ID()
Get Workflow Responsible.

Specified by:
getAD_WF_Responsible_ID in interface I_AD_Workflow
Returns:
Responsible for Workflow Execution

setAD_Workflow_ID

public void setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow.

Specified by:
setAD_Workflow_ID in interface I_AD_Workflow
Parameters:
AD_Workflow_ID - Workflow or combination of tasks

getAD_Workflow_ID

public int getAD_Workflow_ID()
Get Workflow.

Specified by:
getAD_Workflow_ID in interface I_AD_Workflow
Returns:
Workflow or combination of tasks

getAD_WorkflowProcessor

public I_AD_WorkflowProcessor getAD_WorkflowProcessor()
                                               throws Exception
Specified by:
getAD_WorkflowProcessor in interface I_AD_Workflow
Throws:
Exception

setAD_WorkflowProcessor_ID

public void setAD_WorkflowProcessor_ID(int AD_WorkflowProcessor_ID)
Set Workflow Processor.

Specified by:
setAD_WorkflowProcessor_ID in interface I_AD_Workflow
Parameters:
AD_WorkflowProcessor_ID - Workflow Processor Server

getAD_WorkflowProcessor_ID

public int getAD_WorkflowProcessor_ID()
Get Workflow Processor.

Specified by:
getAD_WorkflowProcessor_ID in interface I_AD_Workflow
Returns:
Workflow Processor Server

setAuthor

public void setAuthor(String Author)
Set Author.

Specified by:
setAuthor in interface I_AD_Workflow
Parameters:
Author - Author/Creator of the Entity

getAuthor

public String getAuthor()
Get Author.

Specified by:
getAuthor in interface I_AD_Workflow
Returns:
Author/Creator of the Entity

setCost

public void setCost(int Cost)
Set Cost.

Specified by:
setCost in interface I_AD_Workflow
Parameters:
Cost - Cost information

getCost

public int getCost()
Get Cost.

Specified by:
getCost in interface I_AD_Workflow
Returns:
Cost information

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_AD_Workflow
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_AD_Workflow
Returns:
Optional short description of the record

setDocumentNo

public void setDocumentNo(String DocumentNo)
Set Document No.

Specified by:
setDocumentNo in interface I_AD_Workflow
Parameters:
DocumentNo - Document sequence number of the document

getDocumentNo

public String getDocumentNo()
Get Document No.

Specified by:
getDocumentNo in interface I_AD_Workflow
Returns:
Document sequence number of the document

setDocValueLogic

public void setDocValueLogic(String DocValueLogic)
Set Document Value Logic.

Specified by:
setDocValueLogic in interface I_AD_Workflow
Parameters:
DocValueLogic - Logic to determine Workflow Start - If true, a workflow process is started for the document

getDocValueLogic

public String getDocValueLogic()
Get Document Value Logic.

Specified by:
getDocValueLogic in interface I_AD_Workflow
Returns:
Logic to determine Workflow Start - If true, a workflow process is started for the document

setDuration

public void setDuration(int Duration)
Set Duration.

Specified by:
setDuration in interface I_AD_Workflow
Parameters:
Duration - Normal Duration in Duration Unit

getDuration

public int getDuration()
Get Duration.

Specified by:
getDuration in interface I_AD_Workflow
Returns:
Normal Duration in Duration Unit

setDurationUnit

public void setDurationUnit(String DurationUnit)
Set Duration Unit.

Specified by:
setDurationUnit in interface I_AD_Workflow
Parameters:
DurationUnit - Unit of Duration

getDurationUnit

public String getDurationUnit()
Get Duration Unit.

Specified by:
getDurationUnit in interface I_AD_Workflow
Returns:
Unit of Duration

setEntityType

public void setEntityType(String EntityType)
Set Entity Type.

Specified by:
setEntityType in interface I_AD_Workflow
Parameters:
EntityType - Dictionary Entity Type; Determines ownership and synchronization

getEntityType

public String getEntityType()
Get Entity Type.

Specified by:
getEntityType in interface I_AD_Workflow
Returns:
Dictionary Entity Type; Determines ownership and synchronization

setHelp

public void setHelp(String Help)
Set Comment/Help.

Specified by:
setHelp in interface I_AD_Workflow
Parameters:
Help - Comment or Hint

getHelp

public String getHelp()
Get Comment/Help.

Specified by:
getHelp in interface I_AD_Workflow
Returns:
Comment or Hint

setIsDefault

public void setIsDefault(boolean IsDefault)
Set Default.

Specified by:
setIsDefault in interface I_AD_Workflow
Parameters:
IsDefault - Default value

isDefault

public boolean isDefault()
Get Default.

Specified by:
isDefault in interface I_AD_Workflow
Returns:
Default value

setIsValid

public void setIsValid(boolean IsValid)
Set Valid.

Specified by:
setIsValid in interface I_AD_Workflow
Parameters:
IsValid - Element is valid

isValid

public boolean isValid()
Get Valid.

Specified by:
isValid in interface I_AD_Workflow
Returns:
Element is valid

setLimit

public void setLimit(int Limit)
Set Duration Limit.

Specified by:
setLimit in interface I_AD_Workflow
Parameters:
Limit - Maximum Duration in Duration Unit

getLimit

public int getLimit()
Get Duration Limit.

Specified by:
getLimit in interface I_AD_Workflow
Returns:
Maximum Duration in Duration Unit

setMovingTime

public void setMovingTime(int MovingTime)
Set MovingTime.

Specified by:
setMovingTime in interface I_AD_Workflow
Parameters:
MovingTime - MovingTime

getMovingTime

public int getMovingTime()
Get MovingTime.

Specified by:
getMovingTime in interface I_AD_Workflow
Returns:
MovingTime

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_AD_Workflow
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_AD_Workflow
Returns:
Alphanumeric identifier of the entity

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setPriority

public void setPriority(int Priority)
Set Priority.

Specified by:
setPriority in interface I_AD_Workflow
Parameters:
Priority - Indicates if this request is of a high, medium or low priority.

getPriority

public int getPriority()
Get Priority.

Specified by:
getPriority in interface I_AD_Workflow
Returns:
Indicates if this request is of a high, medium or low priority.

setProcessType

public void setProcessType(String ProcessType)
Set ProcessType.

Specified by:
setProcessType in interface I_AD_Workflow
Parameters:
ProcessType - ProcessType

getProcessType

public String getProcessType()
Get ProcessType.

Specified by:
getProcessType in interface I_AD_Workflow
Returns:
ProcessType

setPublishStatus

public void setPublishStatus(String PublishStatus)
Set Publication Status.

Specified by:
setPublishStatus in interface I_AD_Workflow
Parameters:
PublishStatus - Status of Publication

getPublishStatus

public String getPublishStatus()
Get Publication Status.

Specified by:
getPublishStatus in interface I_AD_Workflow
Returns:
Status of Publication

setQtyBatchSize

public void setQtyBatchSize(BigDecimal QtyBatchSize)
Set QtyBatchSize.

Specified by:
setQtyBatchSize in interface I_AD_Workflow
Parameters:
QtyBatchSize - QtyBatchSize

getQtyBatchSize

public BigDecimal getQtyBatchSize()
Get QtyBatchSize.

Specified by:
getQtyBatchSize in interface I_AD_Workflow
Returns:
QtyBatchSize

setQueuingTime

public void setQueuingTime(int QueuingTime)
Set QueuingTime.

Specified by:
setQueuingTime in interface I_AD_Workflow
Parameters:
QueuingTime - QueuingTime

getQueuingTime

public int getQueuingTime()
Get QueuingTime.

Specified by:
getQueuingTime in interface I_AD_Workflow
Returns:
QueuingTime

setSetupTime

public void setSetupTime(int SetupTime)
Set Setup Time.

Specified by:
setSetupTime in interface I_AD_Workflow
Parameters:
SetupTime - Setup time before starting Production

getSetupTime

public int getSetupTime()
Get Setup Time.

Specified by:
getSetupTime in interface I_AD_Workflow
Returns:
Setup time before starting Production

getS_Resource

public I_S_Resource getS_Resource()
                           throws Exception
Specified by:
getS_Resource in interface I_AD_Workflow
Throws:
Exception

setS_Resource_ID

public void setS_Resource_ID(int S_Resource_ID)
Set Resource.

Specified by:
setS_Resource_ID in interface I_AD_Workflow
Parameters:
S_Resource_ID - Resource

getS_Resource_ID

public int getS_Resource_ID()
Get Resource.

Specified by:
getS_Resource_ID in interface I_AD_Workflow
Returns:
Resource

setValidateWorkflow

public void setValidateWorkflow(String ValidateWorkflow)
Set Validate Workflow.

Specified by:
setValidateWorkflow in interface I_AD_Workflow
Parameters:
ValidateWorkflow - Validate Workflow

getValidateWorkflow

public String getValidateWorkflow()
Get Validate Workflow.

Specified by:
getValidateWorkflow in interface I_AD_Workflow
Returns:
Validate Workflow

setValidFrom

public void setValidFrom(Timestamp ValidFrom)
Set Valid from.

Specified by:
setValidFrom in interface I_AD_Workflow
Parameters:
ValidFrom - Valid from including this date (first day)

getValidFrom

public Timestamp getValidFrom()
Get Valid from.

Specified by:
getValidFrom in interface I_AD_Workflow
Returns:
Valid from including this date (first day)

setValidTo

public void setValidTo(Timestamp ValidTo)
Set Valid to.

Specified by:
setValidTo in interface I_AD_Workflow
Parameters:
ValidTo - Valid to including this date (last day)

getValidTo

public Timestamp getValidTo()
Get Valid to.

Specified by:
getValidTo in interface I_AD_Workflow
Returns:
Valid to including this date (last day)

setValue

public void setValue(String Value)
Set Search Key.

Specified by:
setValue in interface I_AD_Workflow
Parameters:
Value - Search key for the record in the format required - must be unique

getValue

public String getValue()
Get Search Key.

Specified by:
getValue in interface I_AD_Workflow
Returns:
Search key for the record in the format required - must be unique

setVersion

public void setVersion(int Version)
Set Version.

Specified by:
setVersion in interface I_AD_Workflow
Parameters:
Version - Version of the table definition

getVersion

public int getVersion()
Get Version.

Specified by:
getVersion in interface I_AD_Workflow
Returns:
Version of the table definition

setWaitingTime

public void setWaitingTime(int WaitingTime)
Set Waiting Time.

Specified by:
setWaitingTime in interface I_AD_Workflow
Parameters:
WaitingTime - Workflow Simulation Waiting time

getWaitingTime

public int getWaitingTime()
Get Waiting Time.

Specified by:
getWaitingTime in interface I_AD_Workflow
Returns:
Workflow Simulation Waiting time

setWorkflowType

public void setWorkflowType(String WorkflowType)
Set Workflow Type.

Specified by:
setWorkflowType in interface I_AD_Workflow
Parameters:
WorkflowType - Type of Worflow

getWorkflowType

public String getWorkflowType()
Get Workflow Type.

Specified by:
getWorkflowType in interface I_AD_Workflow
Returns:
Type of Worflow

setWorkingTime

public void setWorkingTime(int WorkingTime)
Set Working Time.

Specified by:
setWorkingTime in interface I_AD_Workflow
Parameters:
WorkingTime - Workflow Simulation Execution Time

getWorkingTime

public int getWorkingTime()
Get Working Time.

Specified by:
getWorkingTime in interface I_AD_Workflow
Returns:
Workflow Simulation Execution Time

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.