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 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 C_ChargeType_DocType_UUstatic final String
Column name C_ChargeType_IDstatic final String
Column name C_DocType_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name IsAllowNegativestatic final String
Column name IsAllowPositivestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53146static final String
TableName=C_ChargeType_DocType -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get C_ChargeType_DocType_UUint
Get Charge Typeint
Get Document Type.Get Created.int
Get Created By.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Allow Negativeboolean
Get Allow Positivevoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_ChargeType_DocType_UU
(String C_ChargeType_DocType_UU) Set C_ChargeType_DocType_UUvoid
setC_ChargeType_ID
(int C_ChargeType_ID) Set Charge Typevoid
setC_DocType_ID
(int C_DocType_ID) Set Document Type.void
setIsActive
(boolean IsActive) Set Active.void
setIsAllowNegative
(boolean IsAllowNegative) Set Allow Negativevoid
setIsAllowPositive
(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
- 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
- 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
-