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 12
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 7 - System - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Form_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name AD_Role_IDstatic final StringColumn name AD_Table_IDstatic final StringColumn name AD_User_IDstatic final StringColumn name AD_Window_IDstatic final StringColumn name C_Project_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name EntityTypestatic final StringColumn name IsActivestatic final StringColumn name IsShowInLoginstatic final StringColumn name Namestatic final StringColumn name Name_PrintColor_IDstatic final StringColumn name Name_PrintFont_IDstatic final StringColumn name Number_PrintColor_IDstatic final StringColumn name Number_PrintFont_IDstatic final StringColumn name PA_DocumentStatus_IDstatic final StringColumn name PA_DocumentStatus_UUstatic final StringColumn name SeqNostatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name WhereClausestatic final KeyNamePairstatic final intAD_Table_ID=200216static final StringTableName=PA_DocumentStatus -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Special Form.intGet Organization.intGet Role.intGet Table.intGet User/Contact.intGet Window.intGet Project.Get Created.intGet Created By.Get Description.Get Entity Type.getName()Get Name.intGet Print Color for NameintGet Print Font for NameintGet Print Color for NumberintGet Print Font for NumberintGet Document StatusGet PA_DocumentStatus_UUintgetSeqNo()Get Sequence.Get Updated.intGet Updated By.Get Sql WHERE.booleanisActive()Get Active.booleanGet Show on LoginvoidsetAD_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.voidsetIsShowInLogin(boolean IsShowInLogin) Set Show on LoginvoidSet 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 Details
-
Table_Name
TableName=PA_DocumentStatus- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200216- See Also:
-
Model
-
accessLevel
AccessLevel = 7 - System - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Form_ID
Column name AD_Form_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Role_ID
Column name AD_Role_ID- See Also:
-
COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
-
COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
-
COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
-
COLUMNNAME_C_Project_ID
Column name C_Project_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EntityType
Column name EntityType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsShowInLogin
Column name IsShowInLogin- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Name_PrintColor_ID
Column name Name_PrintColor_ID- See Also:
-
COLUMNNAME_Name_PrintFont_ID
Column name Name_PrintFont_ID- See Also:
-
COLUMNNAME_Number_PrintColor_ID
Column name Number_PrintColor_ID- See Also:
-
COLUMNNAME_Number_PrintFont_ID
Column name Number_PrintFont_ID- See Also:
-
COLUMNNAME_PA_DocumentStatus_ID
Column name PA_DocumentStatus_ID- See Also:
-
COLUMNNAME_PA_DocumentStatus_UU
Column name PA_DocumentStatus_UU- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_WhereClause
Column name WhereClause- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. 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
- Throws:
RuntimeException
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
- 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
- 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
- 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
- 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
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setEntityType
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 -
setIsShowInLogin
void setIsShowInLogin(boolean IsShowInLogin) Set Show on Login -
isShowInLogin
boolean isShowInLogin()Get Show on Login -
setName
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
- 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
- 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
- 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
- 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
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
Set Sql WHERE. Fully qualified SQL WHERE clause -
getWhereClause
String getWhereClause()Get Sql WHERE. Fully qualified SQL WHERE clause
-