|
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_R_Group
public class X_R_Group
Generated Model for R_Group
| 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_R_Group |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_M_BOM_ID, COLUMNNAME_M_ChangeNotice_ID, COLUMNNAME_Name, COLUMNNAME_R_Group_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_R_Group(Properties ctx,
int R_Group_ID,
String trxName)
Standard Constructor |
|
X_R_Group(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_BOM_ID()
Get BOM. |
I_M_BOM |
getM_BOM()
|
int |
getM_ChangeNotice_ID()
Get Change Notice. |
I_M_ChangeNotice |
getM_ChangeNotice()
|
String |
getName()
Get Name. |
int |
getR_Group_ID()
Get Group. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setM_BOM_ID(int M_BOM_ID)
Set BOM. |
void |
setM_ChangeNotice_ID(int M_ChangeNotice_ID)
Set Change Notice. |
void |
setName(String Name)
Set Name. |
void |
setR_Group_ID(int R_Group_ID)
Set Group. |
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_R_Group(Properties ctx,
int R_Group_ID,
String trxName)
public X_R_Group(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_R_GroupDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_R_Grouppublic void setHelp(String Help)
setHelp in interface I_R_GroupHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_R_Group
public I_M_BOM getM_BOM()
throws Exception
getM_BOM in interface I_R_GroupExceptionpublic void setM_BOM_ID(int M_BOM_ID)
setM_BOM_ID in interface I_R_GroupM_BOM_ID - Bill of Materialpublic int getM_BOM_ID()
getM_BOM_ID in interface I_R_Group
public I_M_ChangeNotice getM_ChangeNotice()
throws Exception
getM_ChangeNotice in interface I_R_GroupExceptionpublic void setM_ChangeNotice_ID(int M_ChangeNotice_ID)
setM_ChangeNotice_ID in interface I_R_GroupM_ChangeNotice_ID - Bill of Materials (Engineering) Change Notice (Version)public int getM_ChangeNotice_ID()
getM_ChangeNotice_ID in interface I_R_Grouppublic void setName(String Name)
setName in interface I_R_GroupName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_R_Grouppublic KeyNamePair getKeyNamePair()
public void setR_Group_ID(int R_Group_ID)
setR_Group_ID in interface I_R_GroupR_Group_ID - Request Grouppublic int getR_Group_ID()
getR_Group_ID in interface I_R_Group
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||