|
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_Job
public class X_HR_Job
Generated Model for HR_Job
| Field Summary | |
|---|---|
static int |
NEXT_JOB_ID_AD_Reference_ID
Next_Job_ID AD_Reference_ID=53244 |
static int |
SUPERVISOR_ID_AD_Reference_ID
Supervisor_ID AD_Reference_ID=286 |
| 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_Job |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_HR_Department_ID, COLUMNNAME_HR_Job_ID, COLUMNNAME_IsParent, COLUMNNAME_JobCant, COLUMNNAME_Name, COLUMNNAME_Next_Job_ID, COLUMNNAME_Supervisor_ID, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_HR_Job(Properties ctx,
int HR_Job_ID,
String trxName)
Standard Constructor |
|
X_HR_Job(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_Job_ID()
Get Job. |
int |
getJobCant()
Get Job Cant. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getNext_Job_ID()
Get Next Job. |
int |
getSupervisor_ID()
Get Supervisor. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isParent()
Get Parent link column. |
void |
setDescription(String Description)
Set Description. |
void |
setHR_Department_ID(int HR_Department_ID)
Set Department. |
void |
setHR_Job_ID(int HR_Job_ID)
Set Job. |
void |
setIsParent(boolean IsParent)
Set Parent link column. |
void |
setJobCant(int JobCant)
Set Job Cant. |
void |
setName(String Name)
Set Name. |
void |
setNext_Job_ID(int Next_Job_ID)
Set Next Job. |
void |
setSupervisor_ID(int Supervisor_ID)
Set Supervisor. |
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 NEXT_JOB_ID_AD_Reference_ID
public static final int SUPERVISOR_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_HR_Job(Properties ctx,
int HR_Job_ID,
String trxName)
public X_HR_Job(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_JobDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_HR_Job
public I_HR_Department getHR_Department()
throws Exception
getHR_Department in interface I_HR_JobExceptionpublic void setHR_Department_ID(int HR_Department_ID)
setHR_Department_ID in interface I_HR_JobHR_Department_ID - Departmentpublic int getHR_Department_ID()
getHR_Department_ID in interface I_HR_Jobpublic void setHR_Job_ID(int HR_Job_ID)
setHR_Job_ID in interface I_HR_JobHR_Job_ID - Jobpublic int getHR_Job_ID()
getHR_Job_ID in interface I_HR_Jobpublic void setIsParent(boolean IsParent)
setIsParent in interface I_HR_JobIsParent - This column is a link to the parent table (e.g. header from lines) - incl. Association key columnspublic boolean isParent()
isParent in interface I_HR_Jobpublic void setJobCant(int JobCant)
setJobCant in interface I_HR_JobJobCant - Job Cantpublic int getJobCant()
getJobCant in interface I_HR_Jobpublic void setName(String Name)
setName in interface I_HR_JobName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_HR_Jobpublic KeyNamePair getKeyNamePair()
public void setNext_Job_ID(int Next_Job_ID)
setNext_Job_ID in interface I_HR_JobNext_Job_ID - Next Jobpublic int getNext_Job_ID()
getNext_Job_ID in interface I_HR_Jobpublic void setSupervisor_ID(int Supervisor_ID)
setSupervisor_ID in interface I_HR_JobSupervisor_ID - Supervisor for this user/organization - used for escalation and approvalpublic int getSupervisor_ID()
getSupervisor_ID in interface I_HR_Jobpublic void setValue(String Value)
setValue in interface I_HR_JobValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_HR_Job
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||