Package org.compiere.model
Interface I_C_DocBaseGroupLine
- All Known Implementing Classes:
MDocBaseGroupLine,X_C_DocBaseGroupLine
public interface I_C_DocBaseGroupLine
Generated Interface for C_DocBaseGroupLine
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_DocBaseGroup_IDstatic final StringColumn name C_DocBaseGroupLine_IDstatic final StringColumn name C_DocBaseGroupLine_UUstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DocBaseTypestatic final StringColumn name IsActivestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=200386static final StringTableName=C_DocBaseGroupLine -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Document Base Type Group.intGet Document Base Type Group Line.Get C_DocBaseGroupLine_UUGet Created.intGet Created By.Get Document Base Type.Get Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_DocBaseGroup_ID(int C_DocBaseGroup_ID) Set Document Base Type Group.voidsetC_DocBaseGroupLine_ID(int C_DocBaseGroupLine_ID) Set Document Base Type Group Line.voidsetC_DocBaseGroupLine_UU(String C_DocBaseGroupLine_UU) Set C_DocBaseGroupLine_UUvoidsetDocBaseType(String DocBaseType) Set Document Base Type.voidsetIsActive(boolean IsActive) Set Active.
-
Field Details
-
Table_Name
TableName=C_DocBaseGroupLine- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200386- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_DocBaseGroupLine_ID
Column name C_DocBaseGroupLine_ID- See Also:
-
COLUMNNAME_C_DocBaseGroupLine_UU
Column name C_DocBaseGroupLine_UU- See Also:
-
COLUMNNAME_C_DocBaseGroup_ID
Column name C_DocBaseGroup_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DocBaseType
Column name DocBaseType- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- 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 -
setC_DocBaseGroupLine_ID
void setC_DocBaseGroupLine_ID(int C_DocBaseGroupLine_ID) Set Document Base Type Group Line. Line Items of a Document Base Type Group -
getC_DocBaseGroupLine_ID
int getC_DocBaseGroupLine_ID()Get Document Base Type Group Line. Line Items of a Document Base Type Group -
setC_DocBaseGroupLine_UU
Set C_DocBaseGroupLine_UU -
getC_DocBaseGroupLine_UU
String getC_DocBaseGroupLine_UU()Get C_DocBaseGroupLine_UU -
setC_DocBaseGroup_ID
void setC_DocBaseGroup_ID(int C_DocBaseGroup_ID) Set Document Base Type Group. Group of Document Base Type for Period Control -
getC_DocBaseGroup_ID
int getC_DocBaseGroup_ID()Get Document Base Type Group. Group of Document Base Type for Period Control -
getC_DocBaseGroup
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDocBaseType
Set Document Base Type. Logical type of document -
getDocBaseType
String getDocBaseType()Get Document Base Type. Logical type of document -
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-