|
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_Payroll
public class X_HR_Payroll
Generated Model for HR_Payroll
| Field Summary | |
|---|---|
static String |
PAYMENTRULE_Account
Account = T |
static int |
PAYMENTRULE_AD_Reference_ID
PaymentRule AD_Reference_ID=214 |
static String |
PAYMENTRULE_Check
Check = K |
static String |
PAYMENTRULE_CreditCard
Credit Card = C |
static String |
PAYMENTRULE_DirectDebit
Direct Debit = D |
static String |
PAYMENTRULE_DirectDeposit
Direct Deposit = A |
| 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 |
| Fields inherited from interface org.eevolution.model.I_HR_Payroll |
|---|
accessLevel, COLUMNNAME_AD_PrintFormat_ID, COLUMNNAME_C_Charge_ID, COLUMNNAME_Description, COLUMNNAME_HR_Contract_ID, COLUMNNAME_HR_Payroll_ID, COLUMNNAME_Name, COLUMNNAME_PaymentRule, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_HR_Payroll(Properties ctx,
int HR_Payroll_ID,
String trxName)
Standard Constructor |
|
X_HR_Payroll(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_PrintFormat_ID()
Get Print Format. |
I_AD_PrintFormat |
getAD_PrintFormat()
|
int |
getC_Charge_ID()
Get Charge. |
I_C_Charge |
getC_Charge()
|
String |
getDescription()
Get Description. |
int |
getHR_Contract_ID()
Get Payroll Contract. |
I_HR_Contract |
getHR_Contract()
|
int |
getHR_Payroll_ID()
Get Payroll. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getPaymentRule()
Get Payment Rule. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. |
void |
setC_Charge_ID(int C_Charge_ID)
Set Charge. |
void |
setDescription(String Description)
Set Description. |
void |
setHR_Contract_ID(int HR_Contract_ID)
Set Payroll Contract. |
void |
setHR_Payroll_ID(int HR_Payroll_ID)
Set Payroll. |
void |
setName(String Name)
Set Name. |
void |
setPaymentRule(String PaymentRule)
Set Payment Rule. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setValue(String Value)
Set Search Key. |
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 PAYMENTRULE_AD_Reference_ID
public static final String PAYMENTRULE_CreditCard
public static final String PAYMENTRULE_Check
public static final String PAYMENTRULE_DirectDeposit
public static final String PAYMENTRULE_DirectDebit
public static final String PAYMENTRULE_Account
| Constructor Detail |
|---|
public X_HR_Payroll(Properties ctx,
int HR_Payroll_ID,
String trxName)
public X_HR_Payroll(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_PrintFormat getAD_PrintFormat()
throws Exception
getAD_PrintFormat in interface I_HR_PayrollExceptionpublic void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
setAD_PrintFormat_ID in interface I_HR_PayrollAD_PrintFormat_ID - Data Print Formatpublic int getAD_PrintFormat_ID()
getAD_PrintFormat_ID in interface I_HR_Payroll
public I_C_Charge getC_Charge()
throws Exception
getC_Charge in interface I_HR_PayrollExceptionpublic void setC_Charge_ID(int C_Charge_ID)
setC_Charge_ID in interface I_HR_PayrollC_Charge_ID - Additional document chargespublic int getC_Charge_ID()
getC_Charge_ID in interface I_HR_Payrollpublic void setDescription(String Description)
setDescription in interface I_HR_PayrollDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_HR_Payroll
public I_HR_Contract getHR_Contract()
throws Exception
getHR_Contract in interface I_HR_PayrollExceptionpublic void setHR_Contract_ID(int HR_Contract_ID)
setHR_Contract_ID in interface I_HR_PayrollHR_Contract_ID - Payroll Contractpublic int getHR_Contract_ID()
getHR_Contract_ID in interface I_HR_Payrollpublic void setHR_Payroll_ID(int HR_Payroll_ID)
setHR_Payroll_ID in interface I_HR_PayrollHR_Payroll_ID - Payrollpublic int getHR_Payroll_ID()
getHR_Payroll_ID in interface I_HR_Payrollpublic void setName(String Name)
setName in interface I_HR_PayrollName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_HR_Payrollpublic KeyNamePair getKeyNamePair()
public void setPaymentRule(String PaymentRule)
setPaymentRule in interface I_HR_PayrollPaymentRule - How you pay the invoicepublic String getPaymentRule()
getPaymentRule in interface I_HR_Payrollpublic void setProcessed(boolean Processed)
setProcessed in interface I_HR_PayrollProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_HR_Payrollpublic void setProcessing(boolean Processing)
setProcessing in interface I_HR_PayrollProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_HR_Payrollpublic void setValue(String Value)
setValue in interface I_HR_PayrollValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_HR_Payroll
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||