Package org.compiere.model
Interface I_T_1099Extract
-
- All Known Implementing Classes:
X_T_1099Extract
public interface I_T_1099Extract
Generated Interface for T_1099Extract- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_IDstatic String
COLUMNNAME_AmtBucket01
Column name AmtBucket01static String
COLUMNNAME_AmtBucket02
Column name AmtBucket02static String
COLUMNNAME_AmtBucket03
Column name AmtBucket03static String
COLUMNNAME_AmtBucket04
Column name AmtBucket04static String
COLUMNNAME_AmtBucket05
Column name AmtBucket05static String
COLUMNNAME_AmtBucket06
Column name AmtBucket06static String
COLUMNNAME_AmtBucket07
Column name AmtBucket07static String
COLUMNNAME_AmtBucket08
Column name AmtBucket08static String
COLUMNNAME_AmtBucket09
Column name AmtBucket09static String
COLUMNNAME_AmtBucket10
Column name AmtBucket10static String
COLUMNNAME_AmtBucket11
Column name AmtBucket11static String
COLUMNNAME_AmtBucket12
Column name AmtBucket12static String
COLUMNNAME_AmtBucket13
Column name AmtBucket13static String
COLUMNNAME_AmtBucket14
Column name AmtBucket14static String
COLUMNNAME_AmtBucket15
Column name AmtBucket15static String
COLUMNNAME_AmtBucket16
Column name AmtBucket16static String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_Location_ID
Column name C_Location_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Cut_Date
Column name Cut_Datestatic String
COLUMNNAME_Cut_Year
Column name Cut_Yearstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_T_1099Extract_UU
Column name T_1099Extract_UUstatic String
COLUMNNAME_TaxID
Column name TaxIDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_Value
Column name Valuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200067static String
Table_Name
TableName=T_1099Extract
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_PInstance
getAD_PInstance()
int
getAD_PInstance_ID()
Get Process Instance.BigDecimal
getAmtBucket01()
Get Amount Bucket 1BigDecimal
getAmtBucket02()
Get Amount Bucket 2BigDecimal
getAmtBucket03()
Get Amount Bucket 3BigDecimal
getAmtBucket04()
Get Amount Bucket 4BigDecimal
getAmtBucket05()
Get Amount Bucket 5BigDecimal
getAmtBucket06()
Get Amount Bucket 6BigDecimal
getAmtBucket07()
Get Amount Bucket 7BigDecimal
getAmtBucket08()
Get Amount Bucket 8BigDecimal
getAmtBucket09()
Get Amount Bucket 9BigDecimal
getAmtBucket10()
Get Amount Bucket 10BigDecimal
getAmtBucket11()
Get Amount Bucket 11BigDecimal
getAmtBucket12()
Get Amount Bucket 12BigDecimal
getAmtBucket13()
Get Amount Bucket 13BigDecimal
getAmtBucket14()
Get Amount Bucket 14BigDecimal
getAmtBucket15()
Get Amount Bucket 15BigDecimal
getAmtBucket16()
Get Amount Bucket 16I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_Location
getC_Location()
int
getC_Location_ID()
Get Address.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getCut_Date()
Get Cut Dateint
getCut_Year()
Get Cut YearString
getName()
Get Name.String
getT_1099Extract_UU()
Get T_1099Extract_UUString
getTaxID()
Get Tax ID.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getValue()
Get Search Key.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance.void
setAmtBucket01(BigDecimal AmtBucket01)
Set Amount Bucket 1void
setAmtBucket02(BigDecimal AmtBucket02)
Set Amount Bucket 2void
setAmtBucket03(BigDecimal AmtBucket03)
Set Amount Bucket 3void
setAmtBucket04(BigDecimal AmtBucket04)
Set Amount Bucket 4void
setAmtBucket05(BigDecimal AmtBucket05)
Set Amount Bucket 5void
setAmtBucket06(BigDecimal AmtBucket06)
Set Amount Bucket 6void
setAmtBucket07(BigDecimal AmtBucket07)
Set Amount Bucket 7void
setAmtBucket08(BigDecimal AmtBucket08)
Set Amount Bucket 8void
setAmtBucket09(BigDecimal AmtBucket09)
Set Amount Bucket 9void
setAmtBucket10(BigDecimal AmtBucket10)
Set Amount Bucket 10void
setAmtBucket11(BigDecimal AmtBucket11)
Set Amount Bucket 11void
setAmtBucket12(BigDecimal AmtBucket12)
Set Amount Bucket 12void
setAmtBucket13(BigDecimal AmtBucket13)
Set Amount Bucket 13void
setAmtBucket14(BigDecimal AmtBucket14)
Set Amount Bucket 14void
setAmtBucket15(BigDecimal AmtBucket15)
Set Amount Bucket 15void
setAmtBucket16(BigDecimal AmtBucket16)
Set Amount Bucket 16void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_Location_ID(int C_Location_ID)
Set Address.void
setCut_Date(Timestamp Cut_Date)
Set Cut Datevoid
setCut_Year(int Cut_Year)
Set Cut Yearvoid
setIsActive(boolean IsActive)
Set Active.void
setName(String Name)
Set Name.void
setT_1099Extract_UU(String T_1099Extract_UU)
Set T_1099Extract_UUvoid
setTaxID(String TaxID)
Set Tax ID.void
setValue(String Value)
Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=T_1099Extract- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200067- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PInstance_ID
static final String COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket01
static final String COLUMNNAME_AmtBucket01
Column name AmtBucket01- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket02
static final String COLUMNNAME_AmtBucket02
Column name AmtBucket02- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket03
static final String COLUMNNAME_AmtBucket03
Column name AmtBucket03- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket04
static final String COLUMNNAME_AmtBucket04
Column name AmtBucket04- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket05
static final String COLUMNNAME_AmtBucket05
Column name AmtBucket05- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket06
static final String COLUMNNAME_AmtBucket06
Column name AmtBucket06- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket07
static final String COLUMNNAME_AmtBucket07
Column name AmtBucket07- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket08
static final String COLUMNNAME_AmtBucket08
Column name AmtBucket08- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket09
static final String COLUMNNAME_AmtBucket09
Column name AmtBucket09- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket10
static final String COLUMNNAME_AmtBucket10
Column name AmtBucket10- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket11
static final String COLUMNNAME_AmtBucket11
Column name AmtBucket11- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket12
static final String COLUMNNAME_AmtBucket12
Column name AmtBucket12- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket13
static final String COLUMNNAME_AmtBucket13
Column name AmtBucket13- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket14
static final String COLUMNNAME_AmtBucket14
Column name AmtBucket14- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket15
static final String COLUMNNAME_AmtBucket15
Column name AmtBucket15- See Also:
- Constant Field Values
-
COLUMNNAME_AmtBucket16
static final String COLUMNNAME_AmtBucket16
Column name AmtBucket16- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Location_ID
static final String COLUMNNAME_C_Location_ID
Column name C_Location_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Cut_Date
static final String COLUMNNAME_Cut_Date
Column name Cut_Date- See Also:
- Constant Field Values
-
COLUMNNAME_Cut_Year
static final String COLUMNNAME_Cut_Year
Column name Cut_Year- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_T_1099Extract_UU
static final String COLUMNNAME_T_1099Extract_UU
Column name T_1099Extract_UU- See Also:
- Constant Field Values
-
COLUMNNAME_TaxID
static final String COLUMNNAME_TaxID
Column name TaxID- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_PInstance_ID
void setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. Instance of the process
-
getAD_PInstance_ID
int getAD_PInstance_ID()
Get Process Instance. Instance of the process
-
getAD_PInstance
I_AD_PInstance getAD_PInstance() throws RuntimeException
- Throws:
RuntimeException
-
setAmtBucket01
void setAmtBucket01(BigDecimal AmtBucket01)
Set Amount Bucket 1
-
getAmtBucket01
BigDecimal getAmtBucket01()
Get Amount Bucket 1
-
setAmtBucket02
void setAmtBucket02(BigDecimal AmtBucket02)
Set Amount Bucket 2
-
getAmtBucket02
BigDecimal getAmtBucket02()
Get Amount Bucket 2
-
setAmtBucket03
void setAmtBucket03(BigDecimal AmtBucket03)
Set Amount Bucket 3
-
getAmtBucket03
BigDecimal getAmtBucket03()
Get Amount Bucket 3
-
setAmtBucket04
void setAmtBucket04(BigDecimal AmtBucket04)
Set Amount Bucket 4
-
getAmtBucket04
BigDecimal getAmtBucket04()
Get Amount Bucket 4
-
setAmtBucket05
void setAmtBucket05(BigDecimal AmtBucket05)
Set Amount Bucket 5
-
getAmtBucket05
BigDecimal getAmtBucket05()
Get Amount Bucket 5
-
setAmtBucket06
void setAmtBucket06(BigDecimal AmtBucket06)
Set Amount Bucket 6
-
getAmtBucket06
BigDecimal getAmtBucket06()
Get Amount Bucket 6
-
setAmtBucket07
void setAmtBucket07(BigDecimal AmtBucket07)
Set Amount Bucket 7
-
getAmtBucket07
BigDecimal getAmtBucket07()
Get Amount Bucket 7
-
setAmtBucket08
void setAmtBucket08(BigDecimal AmtBucket08)
Set Amount Bucket 8
-
getAmtBucket08
BigDecimal getAmtBucket08()
Get Amount Bucket 8
-
setAmtBucket09
void setAmtBucket09(BigDecimal AmtBucket09)
Set Amount Bucket 9
-
getAmtBucket09
BigDecimal getAmtBucket09()
Get Amount Bucket 9
-
setAmtBucket10
void setAmtBucket10(BigDecimal AmtBucket10)
Set Amount Bucket 10
-
getAmtBucket10
BigDecimal getAmtBucket10()
Get Amount Bucket 10
-
setAmtBucket11
void setAmtBucket11(BigDecimal AmtBucket11)
Set Amount Bucket 11
-
getAmtBucket11
BigDecimal getAmtBucket11()
Get Amount Bucket 11
-
setAmtBucket12
void setAmtBucket12(BigDecimal AmtBucket12)
Set Amount Bucket 12
-
getAmtBucket12
BigDecimal getAmtBucket12()
Get Amount Bucket 12
-
setAmtBucket13
void setAmtBucket13(BigDecimal AmtBucket13)
Set Amount Bucket 13
-
getAmtBucket13
BigDecimal getAmtBucket13()
Get Amount Bucket 13
-
setAmtBucket14
void setAmtBucket14(BigDecimal AmtBucket14)
Set Amount Bucket 14
-
getAmtBucket14
BigDecimal getAmtBucket14()
Get Amount Bucket 14
-
setAmtBucket15
void setAmtBucket15(BigDecimal AmtBucket15)
Set Amount Bucket 15
-
getAmtBucket15
BigDecimal getAmtBucket15()
Get Amount Bucket 15
-
setAmtBucket16
void setAmtBucket16(BigDecimal AmtBucket16)
Set Amount Bucket 16
-
getAmtBucket16
BigDecimal getAmtBucket16()
Get Amount Bucket 16
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. Identifies a Business Partner
-
getC_BPartner_ID
int getC_BPartner_ID()
Get Business Partner. Identifies a Business Partner
-
getC_BPartner
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
setC_Location_ID
void setC_Location_ID(int C_Location_ID)
Set Address. Location or Address
-
getC_Location_ID
int getC_Location_ID()
Get Address. Location or Address
-
getC_Location
I_C_Location getC_Location() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCut_Date
void setCut_Date(Timestamp Cut_Date)
Set Cut Date
-
getCut_Date
Timestamp getCut_Date()
Get Cut Date
-
setCut_Year
void setCut_Year(int Cut_Year)
Set Cut Year
-
getCut_Year
int getCut_Year()
Get Cut Year
-
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
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setT_1099Extract_UU
void setT_1099Extract_UU(String T_1099Extract_UU)
Set T_1099Extract_UU
-
getT_1099Extract_UU
String getT_1099Extract_UU()
Get T_1099Extract_UU
-
setTaxID
void setTaxID(String TaxID)
Set Tax ID. Tax Identification
-
getTaxID
String getTaxID()
Get Tax ID. Tax Identification
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValue
void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique
-
getValue
String getValue()
Get Search Key. Search key for the record in the format required - must be unique
-
-