|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_JobAssignment
Generated Interface for C_JobAssignment
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 2 - Client |
static String |
COLUMNNAME_AD_User_ID
Column name AD_User_ID |
static String |
COLUMNNAME_C_Job_ID
Column name C_Job_ID |
static String |
COLUMNNAME_C_JobAssignment_ID
Column name C_JobAssignment_ID |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_ValidFrom
Column name ValidFrom |
static String |
COLUMNNAME_ValidTo
Column name ValidTo |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=791 |
static String |
Table_Name
TableName=C_JobAssignment |
| Method Summary | |
|---|---|
int |
getAD_User_ID()
Get User/Contact. |
I_AD_User |
getAD_User()
|
int |
getC_Job_ID()
Get Position. |
I_C_Job |
getC_Job()
|
int |
getC_JobAssignment_ID()
Get Position Assignment. |
String |
getDescription()
Get Description. |
Timestamp |
getValidFrom()
Get Valid from. |
Timestamp |
getValidTo()
Get Valid to. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setC_Job_ID(int C_Job_ID)
Set Position. |
void |
setC_JobAssignment_ID(int C_JobAssignment_ID)
Set Position Assignment. |
void |
setDescription(String Description)
Set Description. |
void |
setValidFrom(Timestamp ValidFrom)
Set Valid from. |
void |
setValidTo(Timestamp ValidTo)
Set Valid to. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_AD_User_ID
static final String COLUMNNAME_C_JobAssignment_ID
static final String COLUMNNAME_C_Job_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_ValidFrom
static final String COLUMNNAME_ValidTo
| Method Detail |
|---|
void setAD_User_ID(int AD_User_ID)
int getAD_User_ID()
I_AD_User getAD_User()
throws Exception
Exceptionvoid setC_JobAssignment_ID(int C_JobAssignment_ID)
int getC_JobAssignment_ID()
void setC_Job_ID(int C_Job_ID)
int getC_Job_ID()
I_C_Job getC_Job()
throws Exception
Exceptionvoid setDescription(String Description)
String getDescription()
void setValidFrom(Timestamp ValidFrom)
Timestamp getValidFrom()
void setValidTo(Timestamp ValidTo)
Timestamp getValidTo()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||