Package org.compiere.model
Interface I_PA_DocumentStatus
-
- All Known Implementing Classes:
MDocumentStatus
,X_PA_DocumentStatus
public interface I_PA_DocumentStatus
Generated Interface for PA_DocumentStatus- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 7 - System - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Form_ID
Column name AD_Form_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Role_ID
Column name AD_Role_IDstatic String
COLUMNNAME_AD_Table_ID
Column name AD_Table_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_AD_Window_ID
Column name AD_Window_IDstatic String
COLUMNNAME_C_Project_ID
Column name C_Project_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_EntityType
Column name EntityTypestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Name_PrintColor_ID
Column name Name_PrintColor_IDstatic String
COLUMNNAME_Name_PrintFont_ID
Column name Name_PrintFont_IDstatic String
COLUMNNAME_Number_PrintColor_ID
Column name Number_PrintColor_IDstatic String
COLUMNNAME_Number_PrintFont_ID
Column name Number_PrintFont_IDstatic String
COLUMNNAME_PA_DocumentStatus_ID
Column name PA_DocumentStatus_IDstatic String
COLUMNNAME_PA_DocumentStatus_UU
Column name PA_DocumentStatus_UUstatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_WhereClause
Column name WhereClausestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200216static String
Table_Name
TableName=PA_DocumentStatus
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.I_AD_Form
getAD_Form()
int
getAD_Form_ID()
Get Special Form.int
getAD_Org_ID()
Get Organization.I_AD_Role
getAD_Role()
int
getAD_Role_ID()
Get Role.I_AD_Table
getAD_Table()
int
getAD_Table_ID()
Get Table.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.I_AD_Window
getAD_Window()
int
getAD_Window_ID()
Get Window.I_C_Project
getC_Project()
int
getC_Project_ID()
Get Project.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getEntityType()
Get Entity Type.String
getName()
Get Name.I_AD_PrintColor
getName_PrintColor()
int
getName_PrintColor_ID()
Get Print Color for NameI_AD_PrintFont
getName_PrintFont()
int
getName_PrintFont_ID()
Get Print Font for NameI_AD_PrintColor
getNumber_PrintColor()
int
getNumber_PrintColor_ID()
Get Print Color for NumberI_AD_PrintFont
getNumber_PrintFont()
int
getNumber_PrintFont_ID()
Get Print Font for Numberint
getPA_DocumentStatus_ID()
Get Document StatusString
getPA_DocumentStatus_UU()
Get PA_DocumentStatus_UUint
getSeqNo()
Get Sequence.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getWhereClause()
Get Sql WHERE.boolean
isActive()
Get Active.void
setAD_Form_ID(int AD_Form_ID)
Set Special Form.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Role_ID(int AD_Role_ID)
Set Role.void
setAD_Table_ID(int AD_Table_ID)
Set Table.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setAD_Window_ID(int AD_Window_ID)
Set Window.void
setC_Project_ID(int C_Project_ID)
Set Project.void
setDescription(String Description)
Set Description.void
setEntityType(String EntityType)
Set Entity Type.void
setIsActive(boolean IsActive)
Set Active.void
setName(String Name)
Set Name.void
setName_PrintColor_ID(int Name_PrintColor_ID)
Set Print Color for Namevoid
setName_PrintFont_ID(int Name_PrintFont_ID)
Set Print Font for Namevoid
setNumber_PrintColor_ID(int Number_PrintColor_ID)
Set Print Color for Numbervoid
setNumber_PrintFont_ID(int Number_PrintFont_ID)
Set Print Font for Numbervoid
setPA_DocumentStatus_ID(int PA_DocumentStatus_ID)
Set Document Statusvoid
setPA_DocumentStatus_UU(String PA_DocumentStatus_UU)
Set PA_DocumentStatus_UUvoid
setSeqNo(int SeqNo)
Set Sequence.void
setWhereClause(String WhereClause)
Set Sql WHERE.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=PA_DocumentStatus- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200216- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Form_ID
static final String COLUMNNAME_AD_Form_ID
Column name AD_Form_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Role_ID
static final String COLUMNNAME_AD_Role_ID
Column name AD_Role_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Table_ID
static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Window_ID
static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Project_ID
static final String COLUMNNAME_C_Project_ID
Column name C_Project_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_EntityType
static final String COLUMNNAME_EntityType
Column name EntityType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Name_PrintColor_ID
static final String COLUMNNAME_Name_PrintColor_ID
Column name Name_PrintColor_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name_PrintFont_ID
static final String COLUMNNAME_Name_PrintFont_ID
Column name Name_PrintFont_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Number_PrintColor_ID
static final String COLUMNNAME_Number_PrintColor_ID
Column name Number_PrintColor_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Number_PrintFont_ID
static final String COLUMNNAME_Number_PrintFont_ID
Column name Number_PrintFont_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_DocumentStatus_ID
static final String COLUMNNAME_PA_DocumentStatus_ID
Column name PA_DocumentStatus_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_DocumentStatus_UU
static final String COLUMNNAME_PA_DocumentStatus_UU
Column name PA_DocumentStatus_UU- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_WhereClause
static final String COLUMNNAME_WhereClause
Column name WhereClause- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Form_ID
void setAD_Form_ID(int AD_Form_ID)
Set Special Form. Special Form
-
getAD_Form_ID
int getAD_Form_ID()
Get Special Form. Special Form
-
getAD_Form
I_AD_Form getAD_Form() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_Role_ID
void setAD_Role_ID(int AD_Role_ID)
Set Role. Responsibility Role
-
getAD_Role_ID
int getAD_Role_ID()
Get Role. Responsibility Role
-
getAD_Role
I_AD_Role getAD_Role() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Table_ID
void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information
-
getAD_Table_ID
int getAD_Table_ID()
Get Table. Database Table information
-
getAD_Table
I_AD_Table getAD_Table() throws RuntimeException
- Throws:
RuntimeException
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Window_ID
void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window
-
getAD_Window_ID
int getAD_Window_ID()
Get Window. Data entry or display window
-
getAD_Window
I_AD_Window getAD_Window() throws RuntimeException
- Throws:
RuntimeException
-
setC_Project_ID
void setC_Project_ID(int C_Project_ID)
Set Project. Financial Project
-
getC_Project_ID
int getC_Project_ID()
Get Project. Financial Project
-
getC_Project
I_C_Project getC_Project() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setEntityType
void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
getEntityType
String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setName_PrintColor_ID
void setName_PrintColor_ID(int Name_PrintColor_ID)
Set Print Color for Name
-
getName_PrintColor_ID
int getName_PrintColor_ID()
Get Print Color for Name
-
getName_PrintColor
I_AD_PrintColor getName_PrintColor() throws RuntimeException
- Throws:
RuntimeException
-
setName_PrintFont_ID
void setName_PrintFont_ID(int Name_PrintFont_ID)
Set Print Font for Name
-
getName_PrintFont_ID
int getName_PrintFont_ID()
Get Print Font for Name
-
getName_PrintFont
I_AD_PrintFont getName_PrintFont() throws RuntimeException
- Throws:
RuntimeException
-
setNumber_PrintColor_ID
void setNumber_PrintColor_ID(int Number_PrintColor_ID)
Set Print Color for Number
-
getNumber_PrintColor_ID
int getNumber_PrintColor_ID()
Get Print Color for Number
-
getNumber_PrintColor
I_AD_PrintColor getNumber_PrintColor() throws RuntimeException
- Throws:
RuntimeException
-
setNumber_PrintFont_ID
void setNumber_PrintFont_ID(int Number_PrintFont_ID)
Set Print Font for Number
-
getNumber_PrintFont_ID
int getNumber_PrintFont_ID()
Get Print Font for Number
-
getNumber_PrintFont
I_AD_PrintFont getNumber_PrintFont() throws RuntimeException
- Throws:
RuntimeException
-
setPA_DocumentStatus_ID
void setPA_DocumentStatus_ID(int PA_DocumentStatus_ID)
Set Document Status
-
getPA_DocumentStatus_ID
int getPA_DocumentStatus_ID()
Get Document Status
-
setPA_DocumentStatus_UU
void setPA_DocumentStatus_UU(String PA_DocumentStatus_UU)
Set PA_DocumentStatus_UU
-
getPA_DocumentStatus_UU
String getPA_DocumentStatus_UU()
Get PA_DocumentStatus_UU
-
setSeqNo
void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first
-
getSeqNo
int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setWhereClause
void setWhereClause(String WhereClause)
Set Sql WHERE. Fully qualified SQL WHERE clause
-
getWhereClause
String getWhereClause()
Get Sql WHERE. Fully qualified SQL WHERE clause
-
-