|
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_ChangeNotice
public class X_M_ChangeNotice
Generated Model for M_ChangeNotice
| 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_ChangeNotice |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_DetailInfo, COLUMNNAME_Help, COLUMNNAME_IsApproved, COLUMNNAME_M_ChangeNotice_ID, COLUMNNAME_Name, COLUMNNAME_Processed, COLUMNNAME_Processing, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_ChangeNotice(Properties ctx,
int M_ChangeNotice_ID,
String trxName)
Standard Constructor |
|
X_M_ChangeNotice(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
String |
getDetailInfo()
Get Detail Information. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_ChangeNotice_ID()
Get Change Notice. |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isApproved()
Get Approved. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setDescription(String Description)
Set Description. |
void |
setDetailInfo(String DetailInfo)
Set Detail Information. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsApproved(boolean IsApproved)
Set Approved. |
void |
setM_ChangeNotice_ID(int M_ChangeNotice_ID)
Set Change Notice. |
void |
setName(String Name)
Set Name. |
void |
setProcessed(boolean Processed)
Set Processed. |
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_ChangeNotice(Properties ctx,
int M_ChangeNotice_ID,
String trxName)
public X_M_ChangeNotice(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 setDescription(String Description)
setDescription in interface I_M_ChangeNoticeDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_ChangeNoticepublic void setDetailInfo(String DetailInfo)
setDetailInfo in interface I_M_ChangeNoticeDetailInfo - Additional Detail Informationpublic String getDetailInfo()
getDetailInfo in interface I_M_ChangeNoticepublic void setHelp(String Help)
setHelp in interface I_M_ChangeNoticeHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_M_ChangeNoticepublic void setIsApproved(boolean IsApproved)
setIsApproved in interface I_M_ChangeNoticeIsApproved - Indicates if this document requires approvalpublic boolean isApproved()
isApproved in interface I_M_ChangeNoticepublic void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
setM_ChangeNotice_ID in interface I_M_ChangeNoticeM_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version)public int getM_ChangeNotice_ID()
getM_ChangeNotice_ID in interface I_M_ChangeNoticepublic void setName(String Name)
setName in interface I_M_ChangeNoticeName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_ChangeNoticepublic KeyNamePair getKeyNamePair()
public void setProcessed(boolean Processed)
setProcessed in interface I_M_ChangeNoticeProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_M_ChangeNoticepublic void setProcessing(boolean Processing)
setProcessing in interface I_M_ChangeNoticeProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_M_ChangeNotice
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||