|
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.compiere.model.X_C_Job
public class X_C_Job
Generated Model for C_Job
| 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.compiere.model.I_C_Job |
|---|
accessLevel, COLUMNNAME_C_Job_ID, COLUMNNAME_C_JobCategory_ID, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_IsEmployee, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_Job(Properties ctx,
int C_Job_ID,
String trxName)
Standard Constructor |
|
X_C_Job(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Job_ID()
Get Position. |
int |
getC_JobCategory_ID()
Get Position Category. |
I_C_JobCategory |
getC_JobCategory()
|
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isEmployee()
Get Employee. |
void |
setC_Job_ID(int C_Job_ID)
Set Position. |
void |
setC_JobCategory_ID(int C_JobCategory_ID)
Set Position Category. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsEmployee(boolean IsEmployee)
Set Employee. |
void |
setName(String Name)
Set Name. |
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_C_Job(Properties ctx,
int C_Job_ID,
String trxName)
public X_C_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 PO
public I_C_JobCategory getC_JobCategory()
throws Exception
getC_JobCategory in interface I_C_JobExceptionpublic void setC_JobCategory_ID(int C_JobCategory_ID)
setC_JobCategory_ID in interface I_C_JobC_JobCategory_ID - Job Position Categorypublic int getC_JobCategory_ID()
getC_JobCategory_ID in interface I_C_Jobpublic void setC_Job_ID(int C_Job_ID)
setC_Job_ID in interface I_C_JobC_Job_ID - Job Positionpublic int getC_Job_ID()
getC_Job_ID in interface I_C_Jobpublic void setDescription(String Description)
setDescription in interface I_C_JobDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_Jobpublic void setHelp(String Help)
setHelp in interface I_C_JobHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_C_Jobpublic void setIsEmployee(boolean IsEmployee)
setIsEmployee in interface I_C_JobIsEmployee - Indicates if this Business Partner is an employeepublic boolean isEmployee()
isEmployee in interface I_C_Jobpublic void setName(String Name)
setName in interface I_C_JobName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_Jobpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||