Package org.compiere.model
Interface I_PA_DocumentStatus
-
- All Known Implementing Classes:
MDocumentStatus,X_PA_DocumentStatus
public interface I_PA_DocumentStatusGenerated Interface for PA_DocumentStatus- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 7 - System - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Form_IDColumn name AD_Form_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Role_IDColumn name AD_Role_IDstatic StringCOLUMNNAME_AD_Table_IDColumn name AD_Table_IDstatic StringCOLUMNNAME_AD_User_IDColumn name AD_User_IDstatic StringCOLUMNNAME_AD_Window_IDColumn name AD_Window_IDstatic StringCOLUMNNAME_C_Project_IDColumn name C_Project_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_EntityTypeColumn name EntityTypestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_Name_PrintColor_IDColumn name Name_PrintColor_IDstatic StringCOLUMNNAME_Name_PrintFont_IDColumn name Name_PrintFont_IDstatic StringCOLUMNNAME_Number_PrintColor_IDColumn name Number_PrintColor_IDstatic StringCOLUMNNAME_Number_PrintFont_IDColumn name Number_PrintFont_IDstatic StringCOLUMNNAME_PA_DocumentStatus_IDColumn name PA_DocumentStatus_IDstatic StringCOLUMNNAME_PA_DocumentStatus_UUColumn name PA_DocumentStatus_UUstatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_WhereClauseColumn name WhereClausestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200216static StringTable_NameTableName=PA_DocumentStatus
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.I_AD_FormgetAD_Form()intgetAD_Form_ID()Get Special Form.intgetAD_Org_ID()Get Organization.I_AD_RolegetAD_Role()intgetAD_Role_ID()Get Role.I_AD_TablegetAD_Table()intgetAD_Table_ID()Get Table.I_AD_UsergetAD_User()intgetAD_User_ID()Get User/Contact.I_AD_WindowgetAD_Window()intgetAD_Window_ID()Get Window.I_C_ProjectgetC_Project()intgetC_Project_ID()Get Project.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetEntityType()Get Entity Type.StringgetName()Get Name.I_AD_PrintColorgetName_PrintColor()intgetName_PrintColor_ID()Get Print Color for NameI_AD_PrintFontgetName_PrintFont()intgetName_PrintFont_ID()Get Print Font for NameI_AD_PrintColorgetNumber_PrintColor()intgetNumber_PrintColor_ID()Get Print Color for NumberI_AD_PrintFontgetNumber_PrintFont()intgetNumber_PrintFont_ID()Get Print Font for NumberintgetPA_DocumentStatus_ID()Get Document StatusStringgetPA_DocumentStatus_UU()Get PA_DocumentStatus_UUintgetSeqNo()Get Sequence.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetWhereClause()Get Sql WHERE.booleanisActive()Get Active.voidsetAD_Form_ID(int AD_Form_ID)Set Special Form.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Role_ID(int AD_Role_ID)Set Role.voidsetAD_Table_ID(int AD_Table_ID)Set Table.voidsetAD_User_ID(int AD_User_ID)Set User/Contact.voidsetAD_Window_ID(int AD_Window_ID)Set Window.voidsetC_Project_ID(int C_Project_ID)Set Project.voidsetDescription(String Description)Set Description.voidsetEntityType(String EntityType)Set Entity Type.voidsetIsActive(boolean IsActive)Set Active.voidsetName(String Name)Set Name.voidsetName_PrintColor_ID(int Name_PrintColor_ID)Set Print Color for NamevoidsetName_PrintFont_ID(int Name_PrintFont_ID)Set Print Font for NamevoidsetNumber_PrintColor_ID(int Number_PrintColor_ID)Set Print Color for NumbervoidsetNumber_PrintFont_ID(int Number_PrintFont_ID)Set Print Font for NumbervoidsetPA_DocumentStatus_ID(int PA_DocumentStatus_ID)Set Document StatusvoidsetPA_DocumentStatus_UU(String PA_DocumentStatus_UU)Set PA_DocumentStatus_UUvoidsetSeqNo(int SeqNo)Set Sequence.voidsetWhereClause(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
-
-