Adempiere 3.5.2a

org.compiere.model
Interface I_C_City

All Known Implementing Classes:
X_C_City

public interface I_C_City

Generated Interface for C_City

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AreaCode
          Column name AreaCode
static String COLUMNNAME_C_City_ID
          Column name C_City_ID
static String COLUMNNAME_C_Country_ID
          Column name C_Country_ID
static String COLUMNNAME_C_Region_ID
          Column name C_Region_ID
static String COLUMNNAME_Coordinates
          Column name Coordinates
static String COLUMNNAME_Locode
          Column name Locode
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Postal
          Column name Postal
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=186
static String Table_Name
          TableName=C_City
 
Method Summary
 String getAreaCode()
          Get Area Code.
 int getC_City_ID()
          Get City.
 int getC_Country_ID()
          Get Country.
 I_C_Country getC_Country()
           
 int getC_Region_ID()
          Get Region.
 String getCoordinates()
          Get Coordinates.
 String getLocode()
          Get Locode.
 String getName()
          Get Name.
 String getPostal()
          Get ZIP.
 void setAreaCode(String AreaCode)
          Set Area Code.
 void setC_City_ID(int C_City_ID)
          Set City.
 void setC_Country_ID(int C_Country_ID)
          Set Country.
 void setC_Region_ID(int C_Region_ID)
          Set Region.
 void setCoordinates(String Coordinates)
          Set Coordinates.
 void setLocode(String Locode)
          Set Locode.
 void setName(String Name)
          Set Name.
 void setPostal(String Postal)
          Set ZIP.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_City

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=186


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AreaCode

static final String COLUMNNAME_AreaCode
Column name AreaCode

See Also:
Constant Field Values

COLUMNNAME_C_City_ID

static final String COLUMNNAME_C_City_ID
Column name C_City_ID

See Also:
Constant Field Values

COLUMNNAME_C_Country_ID

static final String COLUMNNAME_C_Country_ID
Column name C_Country_ID

See Also:
Constant Field Values

COLUMNNAME_Coordinates

static final String COLUMNNAME_Coordinates
Column name Coordinates

See Also:
Constant Field Values

COLUMNNAME_C_Region_ID

static final String COLUMNNAME_C_Region_ID
Column name C_Region_ID

See Also:
Constant Field Values

COLUMNNAME_Locode

static final String COLUMNNAME_Locode
Column name Locode

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Postal

static final String COLUMNNAME_Postal
Column name Postal

See Also:
Constant Field Values
Method Detail

setAreaCode

void setAreaCode(String AreaCode)
Set Area Code. Phone Area Code


getAreaCode

String getAreaCode()
Get Area Code. Phone Area Code


setC_City_ID

void setC_City_ID(int C_City_ID)
Set City. City


getC_City_ID

int getC_City_ID()
Get City. City


setC_Country_ID

void setC_Country_ID(int C_Country_ID)
Set Country. Country


getC_Country_ID

int getC_Country_ID()
Get Country. Country


getC_Country

I_C_Country getC_Country()
                         throws Exception
Throws:
Exception

setCoordinates

void setCoordinates(String Coordinates)
Set Coordinates. Location coordinate


getCoordinates

String getCoordinates()
Get Coordinates. Location coordinate


setC_Region_ID

void setC_Region_ID(int C_Region_ID)
Set Region. Identifies a geographical Region


getC_Region_ID

int getC_Region_ID()
Get Region. Identifies a geographical Region


setLocode

void setLocode(String Locode)
Set Locode. Location code - UN/LOCODE


getLocode

String getLocode()
Get Locode. Location code - UN/LOCODE


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPostal

void setPostal(String Postal)
Set ZIP. Postal code


getPostal

String getPostal()
Get ZIP. Postal code


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.