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
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name AD_Table_IDstatic final StringColumn name COF_IsRespondidostatic final StringColumn name COF_Pontuacaostatic final StringColumn name COF_R_Survey_Answer_IDstatic final StringColumn name COF_R_Survey_Answer_UUstatic final StringColumn name COF_R_Survey_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name IsActivestatic final StringColumn name Record_IDstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=1500091static final StringTableName=COF_R_Survey_Answer -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.intGet Table.Get PontuaçãointGet Resposta do Questionário.Get COF_R_Survey_Answer_UUintGet QuestionárioGet Created.intGet Created By.Get Description.intGet Record ID.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet RespondidovoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAD_Table_ID(int AD_Table_ID) Set Table.voidsetCOF_IsRespondido(boolean COF_IsRespondido) Set RespondidovoidsetCOF_Pontuacao(BigDecimal COF_Pontuacao) Set PontuaçãovoidsetCOF_R_Survey_Answer_ID(int COF_R_Survey_Answer_ID) Set Resposta do Questionário.voidsetCOF_R_Survey_Answer_UU(String COF_R_Survey_Answer_UU) Set COF_R_Survey_Answer_UUvoidsetCOF_R_Survey_ID(int COF_R_Survey_ID) Set QuestionáriovoidsetDescription(String Description) Set Description.voidsetIsActive(boolean IsActive) Set Active.voidsetRecord_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
-