|
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_M_Forecast
public class X_M_Forecast
Generated Model for M_Forecast
| 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_M_Forecast |
|---|
accessLevel, COLUMNNAME_C_Calendar_ID, COLUMNNAME_C_Year_ID, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_IsDefault, COLUMNNAME_M_Forecast_ID, COLUMNNAME_Name, COLUMNNAME_Processing, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_Forecast(Properties ctx,
int M_Forecast_ID,
String trxName)
Standard Constructor |
|
X_M_Forecast(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Calendar_ID()
Get Calendar. |
I_C_Calendar |
getC_Calendar()
|
int |
getC_Year_ID()
Get Year. |
I_C_Year |
getC_Year()
|
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Forecast_ID()
Get Forecast. |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isDefault()
Get Default. |
boolean |
isProcessing()
Get Process Now. |
void |
setC_Calendar_ID(int C_Calendar_ID)
Set Calendar. |
void |
setC_Year_ID(int C_Year_ID)
Set Year. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setM_Forecast_ID(int M_Forecast_ID)
Set Forecast. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now. |
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_M_Forecast(Properties ctx,
int M_Forecast_ID,
String trxName)
public X_M_Forecast(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_Calendar getC_Calendar()
throws Exception
getC_Calendar in interface I_M_ForecastExceptionpublic void setC_Calendar_ID(int C_Calendar_ID)
setC_Calendar_ID in interface I_M_ForecastC_Calendar_ID - Accounting Calendar Namepublic int getC_Calendar_ID()
getC_Calendar_ID in interface I_M_Forecast
public I_C_Year getC_Year()
throws Exception
getC_Year in interface I_M_ForecastExceptionpublic void setC_Year_ID(int C_Year_ID)
setC_Year_ID in interface I_M_ForecastC_Year_ID - Calendar Yearpublic int getC_Year_ID()
getC_Year_ID in interface I_M_Forecastpublic void setDescription(String Description)
setDescription in interface I_M_ForecastDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_Forecastpublic void setHelp(String Help)
setHelp in interface I_M_ForecastHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_M_Forecastpublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_M_ForecastIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_M_Forecastpublic void setM_Forecast_ID(int M_Forecast_ID)
setM_Forecast_ID in interface I_M_ForecastM_Forecast_ID - Material Forecastpublic int getM_Forecast_ID()
getM_Forecast_ID in interface I_M_Forecastpublic void setName(String Name)
setName in interface I_M_ForecastName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_Forecastpublic KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
setProcessing in interface I_M_ForecastProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_M_Forecast
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||