Package org.compiere.model
Interface I_C_ChargeType_DocType
- All Known Implementing Classes:
X_C_ChargeType_DocType
public interface I_C_ChargeType_DocType
Generated Interface for C_ChargeType_DocType
- Version:
- Release 13
- 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 C_ChargeType_DocType_UUstatic final StringColumn name C_ChargeType_IDstatic final StringColumn name C_DocType_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name IsAllowNegativestatic final StringColumn name IsAllowPositivestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=53146static final StringTableName=C_ChargeType_DocType -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.Get C_ChargeType_DocType_UUintGet Charge TypeDeprecated.intGet Document Type.Get Created.intGet Created By.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Allow NegativebooleanGet Allow PositivevoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_ChargeType_DocType_UU(String C_ChargeType_DocType_UU) Set C_ChargeType_DocType_UUvoidsetC_ChargeType_ID(int C_ChargeType_ID) Set Charge TypevoidsetC_DocType_ID(int C_DocType_ID) Set Document Type.voidsetIsActive(boolean IsActive) Set Active.voidsetIsAllowNegative(boolean IsAllowNegative) Set Allow NegativevoidsetIsAllowPositive(boolean IsAllowPositive) Set Allow Positive
-
Field Details
-
Table_Name
TableName=C_ChargeType_DocType- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53146- See Also:
-
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_C_ChargeType_DocType_UU
Column name C_ChargeType_DocType_UU- See Also:
-
COLUMNNAME_C_ChargeType_ID
Column name C_ChargeType_ID- See Also:
-
COLUMNNAME_C_DocType_ID
Column name C_DocType_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsAllowNegative
Column name IsAllowNegative- See Also:
-
COLUMNNAME_IsAllowPositive
Column name IsAllowPositive- 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_ChargeType_DocType_UU
Set C_ChargeType_DocType_UU -
getC_ChargeType_DocType_UU
String getC_ChargeType_DocType_UU()Get C_ChargeType_DocType_UU -
setC_ChargeType_ID
void setC_ChargeType_ID(int C_ChargeType_ID) Set Charge Type -
getC_ChargeType_ID
int getC_ChargeType_ID()Get Charge Type -
getC_ChargeType
Deprecated.- Throws:
RuntimeException
-
setC_DocType_ID
void setC_DocType_ID(int C_DocType_ID) Set Document Type. Document type or rules -
getC_DocType_ID
int getC_DocType_ID()Get Document Type. Document type or rules -
getC_DocType
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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 -
setIsAllowNegative
void setIsAllowNegative(boolean IsAllowNegative) Set Allow Negative -
isAllowNegative
boolean isAllowNegative()Get Allow Negative -
setIsAllowPositive
void setIsAllowPositive(boolean IsAllowPositive) Set Allow Positive -
isAllowPositive
boolean isAllowPositive()Get Allow Positive -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-