Package org.brerp.base.model
Interface I_COF_R_Survey
- All Known Implementing Classes:
MCOFRSurvey
,X_COF_R_Survey
public interface I_COF_R_Survey
Generated Interface for COF_R_Survey
- 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_Conditionstatic final String
Column name COF_IsRegistroUnicostatic final String
Column name COF_R_Survey_IDstatic final String
Column name COF_R_Survey_UUstatic final String
Column name COF_TipoQuestionariostatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name DocumentNostatic final String
Column name EndDatestatic final String
Column name IsActivestatic final String
Column name Namestatic final String
Column name SeqNostatic final String
Column name StartDatestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=1500088static final String
TableName=COF_R_Survey -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Table.Get Conditionint
Get QuestionárioGet COF_R_Survey_UUGet Tipo de QuestionárioGet Created.int
Get Created By.Get Description.Get Document No.Get End Date.getName()
Get Name.int
getSeqNo()
Get Sequence.Get Start Date.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Registro Únicovoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Table_ID
(int AD_Table_ID) Set Table.void
setcof_Condition
(String cof_Condition) Set Conditionvoid
setCOF_IsRegistroUnico
(boolean COF_IsRegistroUnico) Set Registro Únicovoid
setCOF_R_Survey_ID
(int COF_R_Survey_ID) Set Questionáriovoid
setCOF_R_Survey_UU
(String COF_R_Survey_UU) Set COF_R_Survey_UUvoid
setCOF_TipoQuestionario
(String COF_TipoQuestionario) Set Tipo de Questionáriovoid
setDescription
(String Description) Set Description.void
setDocumentNo
(String DocumentNo) Set Document No.void
setEndDate
(Timestamp EndDate) Set End Date.void
setIsActive
(boolean IsActive) Set Active.void
Set Name.void
setSeqNo
(int SeqNo) Set Sequence.void
setStartDate
(Timestamp StartDate) Set Start Date.
-
Field Details
-
Table_Name
TableName=COF_R_Survey- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1500088 -
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_IsRegistroUnico
Column name COF_IsRegistroUnico- See Also:
-
COLUMNNAME_COF_R_Survey_ID
Column name COF_R_Survey_ID- See Also:
-
COLUMNNAME_COF_R_Survey_UU
Column name COF_R_Survey_UU- See Also:
-
COLUMNNAME_COF_TipoQuestionario
Column name COF_TipoQuestionario- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
-
COLUMNNAME_EndDate
Column name EndDate- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_StartDate
Column name StartDate- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_cof_Condition
Column name cof_Condition- 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_IsRegistroUnico
void setCOF_IsRegistroUnico(boolean COF_IsRegistroUnico) Set Registro Único -
isCOF_IsRegistroUnico
boolean isCOF_IsRegistroUnico()Get Registro Único -
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 -
setCOF_R_Survey_UU
Set COF_R_Survey_UU -
getCOF_R_Survey_UU
String getCOF_R_Survey_UU()Get COF_R_Survey_UU -
setCOF_TipoQuestionario
Set Tipo de Questionário -
getCOF_TipoQuestionario
String getCOF_TipoQuestionario()Get Tipo de Questionário -
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 -
setDocumentNo
Set Document No. Document sequence number of the document -
getDocumentNo
String getDocumentNo()Get Document No. Document sequence number of the document -
setEndDate
Set End Date. Last effective date (inclusive) -
getEndDate
Timestamp getEndDate()Get End Date. Last effective date (inclusive) -
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
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
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 -
setStartDate
Set Start Date. First effective day (inclusive) -
getStartDate
Timestamp getStartDate()Get Start Date. First effective day (inclusive) -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setcof_Condition
Set Condition -
getcof_Condition
String getcof_Condition()Get Condition
-