|
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_InterestArea
public class X_R_InterestArea
Generated Model for R_InterestArea
| 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_InterestArea |
|---|
accessLevel, COLUMNNAME_Description, COLUMNNAME_IsSelfService, COLUMNNAME_Name, COLUMNNAME_R_InterestArea_ID, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_R_InterestArea(Properties ctx,
int R_InterestArea_ID,
String trxName)
Standard Constructor |
|
X_R_InterestArea(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getR_InterestArea_ID()
Get Interest Area. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isSelfService()
Get Self-Service. |
void |
setDescription(String Description)
Set Description. |
void |
setIsSelfService(boolean IsSelfService)
Set Self-Service. |
void |
setName(String Name)
Set Name. |
void |
setR_InterestArea_ID(int R_InterestArea_ID)
Set Interest Area. |
void |
setValue(String Value)
Set Search Key. |
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_InterestArea(Properties ctx,
int R_InterestArea_ID,
String trxName)
public X_R_InterestArea(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_InterestAreaDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_R_InterestAreapublic void setIsSelfService(boolean IsSelfService)
setIsSelfService in interface I_R_InterestAreaIsSelfService - This is a Self-Service entry or this entry can be changed via Self-Servicepublic boolean isSelfService()
isSelfService in interface I_R_InterestAreapublic void setName(String Name)
setName in interface I_R_InterestAreaName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_R_InterestAreapublic KeyNamePair getKeyNamePair()
public void setR_InterestArea_ID(int R_InterestArea_ID)
setR_InterestArea_ID in interface I_R_InterestAreaR_InterestArea_ID - Interest Area or Topicpublic int getR_InterestArea_ID()
getR_InterestArea_ID in interface I_R_InterestAreapublic void setValue(String Value)
setValue in interface I_R_InterestAreaValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_R_InterestArea
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||