Package org.brerp.base.model
Interface I_COF_R_Survey_Answer
- All Known Implementing Classes:
MCOFRSurveyAnswer
,X_COF_R_Survey_Answer
public interface I_COF_R_Survey_Answer
Generated Interface for COF_R_Survey_Answer
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Table_IDstatic final String
Column name COF_IsRespondidostatic final String
Column name COF_Pontuacaostatic final String
Column name COF_R_Survey_Answer_IDstatic final String
Column name COF_R_Survey_Answer_UUstatic final String
Column name COF_R_Survey_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name IsActivestatic final String
Column name Record_IDstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=1500091static final String
TableName=COF_R_Survey_Answer -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Table.Get Pontuaçãoint
Get Resposta do Questionário.Get COF_R_Survey_Answer_UUint
Get QuestionárioGet Created.int
Get Created By.Get Description.int
Get Record ID.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Respondidovoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Table_ID
(int AD_Table_ID) Set Table.void
setCOF_IsRespondido
(boolean COF_IsRespondido) Set Respondidovoid
setCOF_Pontuacao
(BigDecimal COF_Pontuacao) Set Pontuaçãovoid
setCOF_R_Survey_Answer_ID
(int COF_R_Survey_Answer_ID) Set Resposta do Questionário.void
setCOF_R_Survey_Answer_UU
(String COF_R_Survey_Answer_UU) Set COF_R_Survey_Answer_UUvoid
setCOF_R_Survey_ID
(int COF_R_Survey_ID) Set Questionáriovoid
setDescription
(String Description) Set Description.void
setIsActive
(boolean IsActive) Set Active.void
setRecord_ID
(int Record_ID) Set Record ID.
-
Field Details
-
Table_Name
TableName=COF_R_Survey_Answer- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1500091 -
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
-
COLUMNNAME_COF_IsRespondido
Column name COF_IsRespondido- See Also:
-
COLUMNNAME_COF_Pontuacao
Column name COF_Pontuacao- See Also:
-
COLUMNNAME_COF_R_Survey_Answer_ID
Column name COF_R_Survey_Answer_ID- See Also:
-
COLUMNNAME_COF_R_Survey_Answer_UU
Column name COF_R_Survey_Answer_UU- See Also:
-
COLUMNNAME_COF_R_Survey_ID
Column name COF_R_Survey_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_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Record_ID
Column name Record_ID- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
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_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
-
setCOF_IsRespondido
void setCOF_IsRespondido(boolean COF_IsRespondido) Set Respondido -
isCOF_IsRespondido
boolean isCOF_IsRespondido()Get Respondido -
setCOF_Pontuacao
Set Pontuação -
getCOF_Pontuacao
BigDecimal getCOF_Pontuacao()Get Pontuação -
setCOF_R_Survey_Answer_ID
void setCOF_R_Survey_Answer_ID(int COF_R_Survey_Answer_ID) Set Resposta do Questionário. Survey Answer -
getCOF_R_Survey_Answer_ID
int getCOF_R_Survey_Answer_ID()Get Resposta do Questionário. Survey Answer -
setCOF_R_Survey_Answer_UU
Set COF_R_Survey_Answer_UU -
getCOF_R_Survey_Answer_UU
String getCOF_R_Survey_Answer_UU()Get COF_R_Survey_Answer_UU -
setCOF_R_Survey_ID
void setCOF_R_Survey_ID(int COF_R_Survey_ID) Set Questionário -
getCOF_R_Survey_ID
int getCOF_R_Survey_ID()Get Questionário -
getCOF_R_Survey
- 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 -
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 -
setRecord_ID
void setRecord_ID(int Record_ID) Set Record ID. Direct internal record ID -
getRecord_ID
int getRecord_ID()Get Record ID. Direct internal record ID -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-