|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_ProjectIssue
org.compiere.model.MProjectIssue
public class MProjectIssue
Project Issue Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_ProjectIssue |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MProjectIssue(Ctx ctx,
int C_ProjectIssue_ID,
String trxName)
Standard Constructor |
|
MProjectIssue(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MProjectIssue(MProject project)
New Parent Constructor |
|
| Method Summary | |
|---|---|
MProject |
getParent()
Get Parent |
boolean |
process()
Process Issue |
void |
setMandatory(int M_Locator_ID,
int M_Product_ID,
BigDecimal MovementQty)
Set Mandatory Values |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MProjectIssue(Ctx ctx,
int C_ProjectIssue_ID,
String trxName)
ctx - contextC_ProjectIssue_ID - idtrxName - transaction
public MProjectIssue(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MProjectIssue(MProject project)
project - parent| Method Detail |
|---|
public void setMandatory(int M_Locator_ID,
int M_Product_ID,
BigDecimal MovementQty)
M_Locator_ID - locatorM_Product_ID - productMovementQty - qtypublic MProject getParent()
public boolean process()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||