|
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_S_ResourceAssignment
public class X_S_ResourceAssignment
Generated Model for S_ResourceAssignment
| 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_S_ResourceAssignment |
|---|
accessLevel, COLUMNNAME_AssignDateFrom, COLUMNNAME_AssignDateTo, COLUMNNAME_Description, COLUMNNAME_IsConfirmed, COLUMNNAME_Name, COLUMNNAME_Qty, COLUMNNAME_S_Resource_ID, COLUMNNAME_S_ResourceAssignment_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_S_ResourceAssignment(Properties ctx,
int S_ResourceAssignment_ID,
String trxName)
Standard Constructor |
|
X_S_ResourceAssignment(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
Timestamp |
getAssignDateFrom()
Get Assign From. |
Timestamp |
getAssignDateTo()
Get Assign To. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
BigDecimal |
getQty()
Get Quantity. |
int |
getS_Resource_ID()
Get Resource. |
I_S_Resource |
getS_Resource()
|
int |
getS_ResourceAssignment_ID()
Get Resource Assignment. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isConfirmed()
Get Confirmed. |
void |
setAssignDateFrom(Timestamp AssignDateFrom)
Set Assign From. |
void |
setAssignDateTo(Timestamp AssignDateTo)
Set Assign To. |
void |
setDescription(String Description)
Set Description. |
void |
setIsConfirmed(boolean IsConfirmed)
Set Confirmed. |
void |
setName(String Name)
Set Name. |
void |
setQty(BigDecimal Qty)
Set Quantity. |
void |
setS_Resource_ID(int S_Resource_ID)
Set Resource. |
void |
setS_ResourceAssignment_ID(int S_ResourceAssignment_ID)
Set Resource Assignment. |
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_S_ResourceAssignment(Properties ctx,
int S_ResourceAssignment_ID,
String trxName)
public X_S_ResourceAssignment(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 setAssignDateFrom(Timestamp AssignDateFrom)
setAssignDateFrom in interface I_S_ResourceAssignmentAssignDateFrom - Assign resource frompublic Timestamp getAssignDateFrom()
getAssignDateFrom in interface I_S_ResourceAssignmentpublic void setAssignDateTo(Timestamp AssignDateTo)
setAssignDateTo in interface I_S_ResourceAssignmentAssignDateTo - Assign resource untilpublic Timestamp getAssignDateTo()
getAssignDateTo in interface I_S_ResourceAssignmentpublic void setDescription(String Description)
setDescription in interface I_S_ResourceAssignmentDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_S_ResourceAssignmentpublic void setIsConfirmed(boolean IsConfirmed)
setIsConfirmed in interface I_S_ResourceAssignmentIsConfirmed - Assignment is confirmedpublic boolean isConfirmed()
isConfirmed in interface I_S_ResourceAssignmentpublic void setName(String Name)
setName in interface I_S_ResourceAssignmentName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_S_ResourceAssignmentpublic void setQty(BigDecimal Qty)
setQty in interface I_S_ResourceAssignmentQty - Quantitypublic BigDecimal getQty()
getQty in interface I_S_ResourceAssignmentpublic void setS_ResourceAssignment_ID(int S_ResourceAssignment_ID)
setS_ResourceAssignment_ID in interface I_S_ResourceAssignmentS_ResourceAssignment_ID - Resource Assignmentpublic int getS_ResourceAssignment_ID()
getS_ResourceAssignment_ID in interface I_S_ResourceAssignment
public I_S_Resource getS_Resource()
throws Exception
getS_Resource in interface I_S_ResourceAssignmentExceptionpublic void setS_Resource_ID(int S_Resource_ID)
setS_Resource_ID in interface I_S_ResourceAssignmentS_Resource_ID - Resourcepublic int getS_Resource_ID()
getS_Resource_ID in interface I_S_ResourceAssignmentpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||