Class X_C_Location

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_Location
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_Location, I_Persistent, Evaluatee
Direct Known Subclasses:
MLocation

public class X_C_Location extends PO implements I_C_Location, I_Persistent
Generated Model for C_Location
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_C_Location

      public X_C_Location(Properties ctx, int C_Location_ID, String trxName)
      Standard Constructor
    • X_C_Location

      public X_C_Location(Properties ctx, int C_Location_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_Location

      public X_C_Location(Properties ctx, String C_Location_UU, String trxName)
      Standard Constructor
    • X_C_Location

      public X_C_Location(Properties ctx, String C_Location_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_Location

      public X_C_Location(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      7 - System - Client - Org
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setAddress1

      public void setAddress1(String Address1)
      Set Address 1.
      Specified by:
      setAddress1 in interface I_C_Location
      Parameters:
      Address1 - Address line 1 for this location
    • getAddress1

      public String getAddress1()
      Get Address 1.
      Specified by:
      getAddress1 in interface I_C_Location
      Returns:
      Address line 1 for this location
    • setAddress2

      public void setAddress2(String Address2)
      Set Address 2.
      Specified by:
      setAddress2 in interface I_C_Location
      Parameters:
      Address2 - Address line 2 for this location
    • getAddress2

      public String getAddress2()
      Get Address 2.
      Specified by:
      getAddress2 in interface I_C_Location
      Returns:
      Address line 2 for this location
    • setAddress3

      public void setAddress3(String Address3)
      Set Address 3.
      Specified by:
      setAddress3 in interface I_C_Location
      Parameters:
      Address3 - Address Line 3 for the location
    • getAddress3

      public String getAddress3()
      Get Address 3.
      Specified by:
      getAddress3 in interface I_C_Location
      Returns:
      Address Line 3 for the location
    • setAddress4

      public void setAddress4(String Address4)
      Set Address 4.
      Specified by:
      setAddress4 in interface I_C_Location
      Parameters:
      Address4 - Address Line 4 for the location
    • getAddress4

      public String getAddress4()
      Get Address 4.
      Specified by:
      getAddress4 in interface I_C_Location
      Returns:
      Address Line 4 for the location
    • setAddress5

      public void setAddress5(String Address5)
      Set Address 5.
      Specified by:
      setAddress5 in interface I_C_Location
      Parameters:
      Address5 - Address Line 5 for the location
    • getAddress5

      public String getAddress5()
      Get Address 5.
      Specified by:
      getAddress5 in interface I_C_Location
      Returns:
      Address Line 5 for the location
    • getC_AddressValidation

      public I_C_AddressValidation getC_AddressValidation() throws RuntimeException
      Specified by:
      getC_AddressValidation in interface I_C_Location
      Throws:
      RuntimeException
    • setC_AddressValidation_ID

      public void setC_AddressValidation_ID(int C_AddressValidation_ID)
      Set Address Validation.
      Specified by:
      setC_AddressValidation_ID in interface I_C_Location
      Parameters:
      C_AddressValidation_ID - Address Validation
    • getC_AddressValidation_ID

      public int getC_AddressValidation_ID()
      Get Address Validation.
      Specified by:
      getC_AddressValidation_ID in interface I_C_Location
      Returns:
      Address Validation
    • getC_City

      public I_C_City getC_City() throws RuntimeException
      Specified by:
      getC_City in interface I_C_Location
      Throws:
      RuntimeException
    • setC_City_ID

      public void setC_City_ID(int C_City_ID)
      Set City.
      Specified by:
      setC_City_ID in interface I_C_Location
      Parameters:
      C_City_ID - City
    • getC_City_ID

      public int getC_City_ID()
      Get City.
      Specified by:
      getC_City_ID in interface I_C_Location
      Returns:
      City
    • getC_Country

      public I_C_Country getC_Country() throws RuntimeException
      Specified by:
      getC_Country in interface I_C_Location
      Throws:
      RuntimeException
    • setC_Country_ID

      public void setC_Country_ID(int C_Country_ID)
      Set Country.
      Specified by:
      setC_Country_ID in interface I_C_Location
      Parameters:
      C_Country_ID - Country
    • getC_Country_ID

      public int getC_Country_ID()
      Get Country.
      Specified by:
      getC_Country_ID in interface I_C_Location
      Returns:
      Country
    • setCity

      public void setCity(String City)
      Set City.
      Specified by:
      setCity in interface I_C_Location
      Parameters:
      City - Identifies a City
    • getCity

      public String getCity()
      Get City.
      Specified by:
      getCity in interface I_C_Location
      Returns:
      Identifies a City
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setC_Location_ID

      public void setC_Location_ID(int C_Location_ID)
      Set Address.
      Specified by:
      setC_Location_ID in interface I_C_Location
      Parameters:
      C_Location_ID - Location or Address
    • getC_Location_ID

      public int getC_Location_ID()
      Get Address.
      Specified by:
      getC_Location_ID in interface I_C_Location
      Returns:
      Location or Address
    • setC_Location_UU

      public void setC_Location_UU(String C_Location_UU)
      Set C_Location_UU.
      Specified by:
      setC_Location_UU in interface I_C_Location
      Parameters:
      C_Location_UU - C_Location_UU
    • getC_Location_UU

      public String getC_Location_UU()
      Get C_Location_UU.
      Specified by:
      getC_Location_UU in interface I_C_Location
      Returns:
      C_Location_UU
    • setComments

      public void setComments(String Comments)
      Set Comments.
      Specified by:
      setComments in interface I_C_Location
      Parameters:
      Comments - Comments or additional information
    • getComments

      public String getComments()
      Get Comments.
      Specified by:
      getComments in interface I_C_Location
      Returns:
      Comments or additional information
    • getC_Region

      public I_C_Region getC_Region() throws RuntimeException
      Specified by:
      getC_Region in interface I_C_Location
      Throws:
      RuntimeException
    • setC_Region_ID

      public void setC_Region_ID(int C_Region_ID)
      Set Region.
      Specified by:
      setC_Region_ID in interface I_C_Location
      Parameters:
      C_Region_ID - Identifies a geographical Region
    • getC_Region_ID

      public int getC_Region_ID()
      Get Region.
      Specified by:
      getC_Region_ID in interface I_C_Location
      Returns:
      Identifies a geographical Region
    • setIsValid

      public void setIsValid(boolean IsValid)
      Set Valid.
      Specified by:
      setIsValid in interface I_C_Location
      Parameters:
      IsValid - Element is valid
    • isValid

      public boolean isValid()
      Get Valid.
      Specified by:
      isValid in interface I_C_Location
      Returns:
      Element is valid
    • setPostal

      public void setPostal(String Postal)
      Set ZIP.
      Specified by:
      setPostal in interface I_C_Location
      Parameters:
      Postal - Postal code
    • getPostal

      public String getPostal()
      Get ZIP.
      Specified by:
      getPostal in interface I_C_Location
      Returns:
      Postal code
    • setPostal_Add

      public void setPostal_Add(String Postal_Add)
      Set Additional Zip.
      Specified by:
      setPostal_Add in interface I_C_Location
      Parameters:
      Postal_Add - Additional ZIP or Postal code
    • getPostal_Add

      public String getPostal_Add()
      Get Additional Zip.
      Specified by:
      getPostal_Add in interface I_C_Location
      Returns:
      Additional ZIP or Postal code
    • setRegionName

      public void setRegionName(String RegionName)
      Set Region.
      Specified by:
      setRegionName in interface I_C_Location
      Parameters:
      RegionName - Name of the Region
    • getRegionName

      public String getRegionName()
      Get Region.
      Specified by:
      getRegionName in interface I_C_Location
      Returns:
      Name of the Region
    • setResult

      public void setResult(String Result)
      Set Result.
      Specified by:
      setResult in interface I_C_Location
      Parameters:
      Result - Result of the action taken
    • getResult

      public String getResult()
      Get Result.
      Specified by:
      getResult in interface I_C_Location
      Returns:
      Result of the action taken
    • setValidateAddress

      public void setValidateAddress(String ValidateAddress)
      Set Validate Address.
      Specified by:
      setValidateAddress in interface I_C_Location
      Parameters:
      ValidateAddress - Validate Address
    • getValidateAddress

      public String getValidateAddress()
      Get Validate Address.
      Specified by:
      getValidateAddress in interface I_C_Location
      Returns:
      Validate Address