|
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_List
public class X_HR_List
Generated Model for HR_List
| Field Summary |
|---|
| 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_List |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_HR_Department_ID, COLUMNNAME_HR_Employee_ID, COLUMNNAME_HR_List_ID, COLUMNNAME_HR_ListType_ID, COLUMNNAME_HR_Payroll_ID, COLUMNNAME_IsEmployee, COLUMNNAME_Name, COLUMNNAME_ValidFrom, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_HR_List(Properties ctx,
int HR_List_ID,
String trxName)
Standard Constructor |
|
X_HR_List(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
int |
getHR_Department_ID()
Get Department. |
I_HR_Department |
getHR_Department()
|
int |
getHR_Employee_ID()
Get Employee. |
I_HR_Employee |
getHR_Employee()
|
int |
getHR_List_ID()
Get Payroll List. |
int |
getHR_ListType_ID()
Get Payroll List Type. |
I_HR_ListType |
getHR_ListType()
|
int |
getHR_Payroll_ID()
Get Payroll. |
I_HR_Payroll |
getHR_Payroll()
|
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
Timestamp |
getValidFrom()
Get Valid from. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isEmployee()
Get Employee. |
void |
setDescription(String Description)
Set Description. |
void |
setHR_Department_ID(int HR_Department_ID)
Set Department. |
void |
setHR_Employee_ID(int HR_Employee_ID)
Set Employee. |
void |
setHR_List_ID(int HR_List_ID)
Set Payroll List. |
void |
setHR_ListType_ID(int HR_ListType_ID)
Set Payroll List Type. |
void |
setHR_Payroll_ID(int HR_Payroll_ID)
Set Payroll. |
void |
setIsEmployee(boolean IsEmployee)
Set Employee. |
void |
setName(String Name)
Set Name. |
void |
setValidFrom(Timestamp ValidFrom)
Set Valid from. |
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 |
| Constructor Detail |
|---|
public X_HR_List(Properties ctx,
int HR_List_ID,
String trxName)
public X_HR_List(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 POpublic void setDescription(String Description)
setDescription in interface I_HR_ListDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_HR_List
public I_HR_Department getHR_Department()
throws Exception
getHR_Department in interface I_HR_ListExceptionpublic void setHR_Department_ID(int HR_Department_ID)
setHR_Department_ID in interface I_HR_ListHR_Department_ID - Departmentpublic int getHR_Department_ID()
getHR_Department_ID in interface I_HR_List
public I_HR_Employee getHR_Employee()
throws Exception
getHR_Employee in interface I_HR_ListExceptionpublic void setHR_Employee_ID(int HR_Employee_ID)
setHR_Employee_ID in interface I_HR_ListHR_Employee_ID - Employeepublic int getHR_Employee_ID()
getHR_Employee_ID in interface I_HR_Listpublic void setHR_List_ID(int HR_List_ID)
setHR_List_ID in interface I_HR_ListHR_List_ID - Payroll Listpublic int getHR_List_ID()
getHR_List_ID in interface I_HR_List
public I_HR_ListType getHR_ListType()
throws Exception
getHR_ListType in interface I_HR_ListExceptionpublic void setHR_ListType_ID(int HR_ListType_ID)
setHR_ListType_ID in interface I_HR_ListHR_ListType_ID - Payroll List Typepublic int getHR_ListType_ID()
getHR_ListType_ID in interface I_HR_List
public I_HR_Payroll getHR_Payroll()
throws Exception
getHR_Payroll in interface I_HR_ListExceptionpublic void setHR_Payroll_ID(int HR_Payroll_ID)
setHR_Payroll_ID in interface I_HR_ListHR_Payroll_ID - Payrollpublic int getHR_Payroll_ID()
getHR_Payroll_ID in interface I_HR_Listpublic void setIsEmployee(boolean IsEmployee)
setIsEmployee in interface I_HR_ListIsEmployee - Indicates if this Business Partner is an employeepublic boolean isEmployee()
isEmployee in interface I_HR_Listpublic void setName(String Name)
setName in interface I_HR_ListName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_HR_Listpublic KeyNamePair getKeyNamePair()
public void setValidFrom(Timestamp ValidFrom)
setValidFrom in interface I_HR_ListValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
getValidFrom in interface I_HR_Listpublic void setValue(String Value)
setValue in interface I_HR_ListValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_HR_List
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||