|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.eevolution.model.X_HR_Attribute
public class X_HR_Attribute
Generated Model for HR_Attribute
| Field Summary | |
|---|---|
static int |
COLUMNTYPE_AD_Reference_ID
ColumnType AD_Reference_ID=53243 |
static String |
COLUMNTYPE_Amount
Amount = A |
static String |
COLUMNTYPE_Date
Date = D |
static String |
COLUMNTYPE_Quantity
Quantity = Q |
static String |
COLUMNTYPE_Text
Text = T |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_HR_Attribute(Properties ctx,
int HR_Attribute_ID,
String trxName)
Standard Constructor |
|
X_HR_Attribute(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Rule_ID()
Get Rule. |
I_AD_Rule |
getAD_Rule()
|
BigDecimal |
getAmount()
Get Amount. |
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
String |
getColumnType()
Get Column Type. |
String |
getDescription()
Get Description. |
int |
getHR_Attribute_Acct()
Get Account Payroll Employee Attribute. |
int |
getHR_Attribute_ID()
Get Payroll Employee Attribute. |
int |
getHR_Concept_ID()
Get Concept. |
I_HR_Concept |
getHR_Concept()
|
int |
getHR_Department_ID()
Get Department. |
I_HR_Department |
getHR_Department()
|
int |
getHR_Employee_ID()
Get Employee. |
I_HR_Employee |
getHR_Employee()
|
int |
getHR_Job_ID()
Get Job. |
I_HR_Job |
getHR_Job()
|
int |
getHR_Payroll_ID()
Get Payroll. |
I_HR_Payroll |
getHR_Payroll()
|
int |
getMaxValue()
Get MaxValue. |
int |
getMinValue()
Get MinValue. |
BigDecimal |
getQty()
Get Quantity. |
Timestamp |
getServiceDate()
Get Service date. |
String |
getTextMsg()
Get Text Message. |
Timestamp |
getValidFrom()
Get Valid from. |
Timestamp |
getValidTo()
Get Valid to. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isPrinted()
Get Printed. |
void |
setAD_Rule_ID(int AD_Rule_ID)
Set Rule. |
void |
setAmount(BigDecimal Amount)
Set Amount. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setColumnType(String ColumnType)
Set Column Type. |
void |
setDescription(String Description)
Set Description. |
void |
setHR_Attribute_Acct(int HR_Attribute_Acct)
Set Account Payroll Employee Attribute. |
void |
setHR_Attribute_ID(int HR_Attribute_ID)
Set Payroll Employee Attribute. |
void |
setHR_Concept_ID(int HR_Concept_ID)
Set Concept. |
void |
setHR_Department_ID(int HR_Department_ID)
Set Department. |
void |
setHR_Employee_ID(int HR_Employee_ID)
Set Employee. |
void |
setHR_Job_ID(int HR_Job_ID)
Set Job. |
void |
setHR_Payroll_ID(int HR_Payroll_ID)
Set Payroll. |
void |
setIsPrinted(boolean IsPrinted)
Set Printed. |
void |
setMaxValue(int MaxValue)
Set MaxValue. |
void |
setMinValue(int MinValue)
Set MinValue. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
void |
setServiceDate(Timestamp ServiceDate)
Set Service date. |
void |
setTextMsg(String TextMsg)
Set Text Message. |
void |
setValidFrom(Timestamp ValidFrom)
Set Valid from. |
void |
setValidTo(Timestamp ValidTo)
Set Valid to. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int COLUMNTYPE_AD_Reference_ID
public static final String COLUMNTYPE_Amount
public static final String COLUMNTYPE_Date
public static final String COLUMNTYPE_Quantity
public static final String COLUMNTYPE_Text
| Constructor Detail |
|---|
public X_HR_Attribute(Properties ctx,
int HR_Attribute_ID,
String trxName)
public X_HR_Attribute(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_AD_Rule getAD_Rule()
throws Exception
getAD_Rule in interface I_HR_AttributeExceptionpublic void setAD_Rule_ID(int AD_Rule_ID)
setAD_Rule_ID in interface I_HR_AttributeAD_Rule_ID - Rulepublic int getAD_Rule_ID()
getAD_Rule_ID in interface I_HR_Attributepublic void setAmount(BigDecimal Amount)
setAmount in interface I_HR_AttributeAmount - Amount in a defined currencypublic BigDecimal getAmount()
getAmount in interface I_HR_Attribute
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_HR_AttributeExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_HR_AttributeC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_HR_Attributepublic void setColumnType(String ColumnType)
setColumnType in interface I_HR_AttributeColumnType - Column Typepublic String getColumnType()
getColumnType in interface I_HR_Attributepublic void setDescription(String Description)
setDescription in interface I_HR_AttributeDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_HR_Attributepublic void setHR_Attribute_Acct(int HR_Attribute_Acct)
setHR_Attribute_Acct in interface I_HR_AttributeHR_Attribute_Acct - Account for Employee Attributepublic int getHR_Attribute_Acct()
getHR_Attribute_Acct in interface I_HR_Attributepublic void setHR_Attribute_ID(int HR_Attribute_ID)
setHR_Attribute_ID in interface I_HR_AttributeHR_Attribute_ID - Payroll Employee Attributepublic int getHR_Attribute_ID()
getHR_Attribute_ID in interface I_HR_Attribute
public I_HR_Concept getHR_Concept()
throws Exception
getHR_Concept in interface I_HR_AttributeExceptionpublic void setHR_Concept_ID(int HR_Concept_ID)
setHR_Concept_ID in interface I_HR_AttributeHR_Concept_ID - Conceptpublic int getHR_Concept_ID()
getHR_Concept_ID in interface I_HR_Attribute
public I_HR_Department getHR_Department()
throws Exception
getHR_Department in interface I_HR_AttributeExceptionpublic void setHR_Department_ID(int HR_Department_ID)
setHR_Department_ID in interface I_HR_AttributeHR_Department_ID - Departmentpublic int getHR_Department_ID()
getHR_Department_ID in interface I_HR_Attribute
public I_HR_Employee getHR_Employee()
throws Exception
getHR_Employee in interface I_HR_AttributeExceptionpublic void setHR_Employee_ID(int HR_Employee_ID)
setHR_Employee_ID in interface I_HR_AttributeHR_Employee_ID - Employeepublic int getHR_Employee_ID()
getHR_Employee_ID in interface I_HR_Attribute
public I_HR_Job getHR_Job()
throws Exception
getHR_Job in interface I_HR_AttributeExceptionpublic void setHR_Job_ID(int HR_Job_ID)
setHR_Job_ID in interface I_HR_AttributeHR_Job_ID - Jobpublic int getHR_Job_ID()
getHR_Job_ID in interface I_HR_Attribute
public I_HR_Payroll getHR_Payroll()
throws Exception
getHR_Payroll in interface I_HR_AttributeExceptionpublic void setHR_Payroll_ID(int HR_Payroll_ID)
setHR_Payroll_ID in interface I_HR_AttributeHR_Payroll_ID - Payrollpublic int getHR_Payroll_ID()
getHR_Payroll_ID in interface I_HR_Attributepublic void setIsPrinted(boolean IsPrinted)
setIsPrinted in interface I_HR_AttributeIsPrinted - Indicates if this document / line is printedpublic boolean isPrinted()
isPrinted in interface I_HR_Attributepublic void setMaxValue(int MaxValue)
setMaxValue in interface I_HR_AttributeMaxValue - MaxValuepublic int getMaxValue()
getMaxValue in interface I_HR_Attributepublic void setMinValue(int MinValue)
setMinValue in interface I_HR_AttributeMinValue - MinValuepublic int getMinValue()
getMinValue in interface I_HR_Attributepublic void setQty(BigDecimal Qty)
setQty in interface I_HR_AttributeQty - Quantitypublic BigDecimal getQty()
getQty in interface I_HR_Attributepublic void setServiceDate(Timestamp ServiceDate)
setServiceDate in interface I_HR_AttributeServiceDate - Date service was providedpublic Timestamp getServiceDate()
getServiceDate in interface I_HR_Attributepublic void setTextMsg(String TextMsg)
setTextMsg in interface I_HR_AttributeTextMsg - Text Messagepublic String getTextMsg()
getTextMsg in interface I_HR_Attributepublic void setValidFrom(Timestamp ValidFrom)
setValidFrom in interface I_HR_AttributeValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
getValidFrom in interface I_HR_Attributepublic void setValidTo(Timestamp ValidTo)
setValidTo in interface I_HR_AttributeValidTo - Valid to including this date (last day)public Timestamp getValidTo()
getValidTo in interface I_HR_Attribute
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||