|
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_C_Region
public class X_C_Region
Generated Model for C_Region
| 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_C_Region |
|---|
accessLevel, COLUMNNAME_C_Country_ID, COLUMNNAME_C_Region_ID, COLUMNNAME_Description, COLUMNNAME_IsDefault, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_Region(Properties ctx,
int C_Region_ID,
String trxName)
Standard Constructor |
|
X_C_Region(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Country_ID()
Get Country. |
I_C_Country |
getC_Country()
|
int |
getC_Region_ID()
Get Region. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isDefault()
Get Default. |
void |
setC_Country_ID(int C_Country_ID)
Set Country. |
void |
setC_Region_ID(int C_Region_ID)
Set Region. |
void |
setDescription(String Description)
Set Description. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setName(String Name)
Set Name. |
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_C_Region(Properties ctx,
int C_Region_ID,
String trxName)
public X_C_Region(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_Country getC_Country()
throws Exception
getC_Country in interface I_C_RegionExceptionpublic void setC_Country_ID(int C_Country_ID)
setC_Country_ID in interface I_C_RegionC_Country_ID - Countrypublic int getC_Country_ID()
getC_Country_ID in interface I_C_Regionpublic void setC_Region_ID(int C_Region_ID)
setC_Region_ID in interface I_C_RegionC_Region_ID - Identifies a geographical Regionpublic int getC_Region_ID()
getC_Region_ID in interface I_C_Regionpublic void setDescription(String Description)
setDescription in interface I_C_RegionDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_Regionpublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_C_RegionIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_C_Regionpublic void setName(String Name)
setName in interface I_C_RegionName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_Regionpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||