|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_Workflow
public class X_AD_Workflow
Generated Model for AD_Workflow
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
ACCESSLEVEL_AD_Reference_ID
AccessLevel AD_Reference_ID=5 |
static String |
ACCESSLEVEL_All
All = 7 |
static String |
ACCESSLEVEL_Organization
Organization = 1 |
static String |
ACCESSLEVEL_SystemOnly
System only = 4 |
static String |
ACCESSLEVEL_SystemPlusTenant
System+Tenant = 6 |
static String |
ACCESSLEVEL_TenantOnly
Tenant only = 2 |
static String |
ACCESSLEVEL_TenantPlusOrganization
Tenant+Organization = 3 |
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 |
protected static KeyNamePair |
Model
|
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 |
Table_ID
AD_Table_ID=117 |
static String |
Table_Name
TableName=AD_Workflow |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
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 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_AD_Workflow(Ctx ctx,
int AD_Workflow_ID,
String trxName)
Standard Constructor |
|
X_AD_Workflow(Ctx 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. |
int |
getAD_WF_Node_ID()
Get Node. |
int |
getAD_WF_Responsible_ID()
Get Workflow Responsible. |
int |
getAD_Workflow_ID()
Get Workflow. |
int |
getAD_WorkflowProcessor_ID()
Get Workflow Processor. |
String |
getAuthor()
Get Author. |
BigDecimal |
getCost()
Get Cost. |
String |
getDescription()
Get Description. |
String |
getDocValueLogic()
Get Document Value Logic. |
int |
getDuration()
Get Duration. |
int |
getDurationLimit()
Get Duration Limit. |
String |
getDurationUnit()
Get Duration Unit. |
String |
getEntityType()
Get Entity Type. |
String |
getHelp()
Get Comment. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getPriority()
Get Priority. |
String |
getPublishStatus()
Get Publication Status. |
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(Ctx ctx)
Load Meta Data |
boolean |
isAccessLevelValid(String test)
Is test a valid value. |
boolean |
isDefault()
Get Default. |
boolean |
isDurationUnitValid(String test)
Is test a valid value. |
boolean |
isPublishStatusValid(String test)
Is test a valid value. |
boolean |
isValid()
Get Valid. |
boolean |
isWorkflowTypeValid(String test)
Is test a valid value. |
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(BigDecimal Cost)
Set Cost. |
void |
setDescription(String Description)
Set Description. |
void |
setDocValueLogic(String DocValueLogic)
Set Document Value Logic. |
void |
setDuration(int Duration)
Set Duration. |
void |
setDurationLimit(int DurationLimit)
Set Duration Limit. |
void |
setDurationUnit(String DurationUnit)
Set Duration Unit. |
void |
setEntityType(String EntityType)
Set Entity Type. |
void |
setHelp(String Help)
Set Comment. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setIsValid(boolean IsValid)
Set Valid. |
void |
setName(String Name)
Set Name. |
void |
setPriority(int Priority)
Set Priority. |
void |
setPublishStatus(String PublishStatus)
Set Publication Status. |
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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int ACCESSLEVEL_AD_Reference_ID
public static final String ACCESSLEVEL_Organization
public static final String ACCESSLEVEL_TenantOnly
public static final String ACCESSLEVEL_TenantPlusOrganization
public static final String ACCESSLEVEL_SystemOnly
public static final String ACCESSLEVEL_SystemPlusTenant
public static final String ACCESSLEVEL_All
public static final int DURATIONUNIT_AD_Reference_ID
public static final String DURATIONUNIT_Day
public static final String DURATIONUNIT_Month
public static final String DURATIONUNIT_Year
public static final String DURATIONUNIT_Hour
public static final String DURATIONUNIT_Minute
public static final String DURATIONUNIT_Second
public static final int ENTITYTYPE_AD_Reference_ID
public static final int PUBLISHSTATUS_AD_Reference_ID
public static final String PUBLISHSTATUS_Released
public static final String PUBLISHSTATUS_Test
public static final String PUBLISHSTATUS_UnderRevision
public static final String PUBLISHSTATUS_Void
public static final int WORKFLOWTYPE_AD_Reference_ID
public static final String WORKFLOWTYPE_General
public static final String WORKFLOWTYPE_DocumentProcess
public static final String WORKFLOWTYPE_DocumentValue
| Constructor Detail |
|---|
public X_AD_Workflow(Ctx ctx,
int AD_Workflow_ID,
String trxName)
ctx - contextAD_Workflow_ID - idtrxName - transaction
public X_AD_Workflow(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_Table_ID(int AD_Table_ID)
AD_Table_ID - Database Table informationpublic int getAD_Table_ID()
public void setAD_WF_Node_ID(int AD_WF_Node_ID)
AD_WF_Node_ID - Workflow Node (activity), step or processpublic int getAD_WF_Node_ID()
public void setAD_WF_Responsible_ID(int AD_WF_Responsible_ID)
AD_WF_Responsible_ID - Responsible for Workflow Executionpublic int getAD_WF_Responsible_ID()
public void setAD_WorkflowProcessor_ID(int AD_WorkflowProcessor_ID)
AD_WorkflowProcessor_ID - Workflow Processor Serverpublic int getAD_WorkflowProcessor_ID()
public void setAD_Workflow_ID(int AD_Workflow_ID)
AD_Workflow_ID - Workflow or combination of taskspublic int getAD_Workflow_ID()
public boolean isAccessLevelValid(String test)
test - testvalue
public void setAccessLevel(String AccessLevel)
AccessLevel - Access Level requiredpublic String getAccessLevel()
public void setAuthor(String Author)
Author - Author/Creator of the Entitypublic String getAuthor()
public void setCost(BigDecimal Cost)
Cost - Cost informationpublic BigDecimal getCost()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setDocValueLogic(String DocValueLogic)
DocValueLogic - Logic to determine Workflow Start - If true, a workflow process is started for the documentpublic String getDocValueLogic()
public void setDuration(int Duration)
Duration - Normal Duration in Duration Unitpublic int getDuration()
public void setDurationLimit(int DurationLimit)
DurationLimit - Maximum Duration in Duration Unitpublic int getDurationLimit()
public boolean isDurationUnitValid(String test)
test - testvalue
public void setDurationUnit(String DurationUnit)
DurationUnit - Unit of Durationpublic String getDurationUnit()
public void setEntityType(String EntityType)
EntityType - Dictionary Entity Type;
Determines ownership and synchronizationpublic String getEntityType()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setIsDefault(boolean IsDefault)
IsDefault - Default valuepublic boolean isDefault()
public void setIsValid(boolean IsValid)
IsValid - Element is validpublic boolean isValid()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setPriority(int Priority)
Priority - Indicates if this request is of a high, medium or low priority.public int getPriority()
public boolean isPublishStatusValid(String test)
test - testvalue
public void setPublishStatus(String PublishStatus)
PublishStatus - Status of Publicationpublic String getPublishStatus()
public void setValidFrom(Timestamp ValidFrom)
ValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
public void setValidTo(Timestamp ValidTo)
ValidTo - Valid to including this date (last day)public Timestamp getValidTo()
public void setValidateWorkflow(String ValidateWorkflow)
ValidateWorkflow - Validate Workflowpublic String getValidateWorkflow()
public void setValue(String Value)
Value - Search key for the record in the format required - must be uniquepublic String getValue()
public void setVersion(int Version)
Version - Version of the table definitionpublic int getVersion()
public void setWaitingTime(int WaitingTime)
WaitingTime - Workflow Simulation Waiting timepublic int getWaitingTime()
public boolean isWorkflowTypeValid(String test)
test - testvalue
public void setWorkflowType(String WorkflowType)
WorkflowType - Type of Workflowpublic String getWorkflowType()
public void setWorkingTime(int WorkingTime)
WorkingTime - Workflow Simulation Execution Timepublic int getWorkingTime()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||