Package org.compiere.model
Class X_C_Country
- java.lang.Object
-
- org.compiere.model.PO
-
- org.compiere.model.X_C_Country
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_C_Country
,I_Persistent
,Evaluatee
- Direct Known Subclasses:
MCountry
public class X_C_Country extends PO implements I_C_Country, I_Persistent
Generated Model for C_Country- Version:
- Release 9 - $Id$
- Author:
- iDempiere (generated)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
AD_LANGUAGE_AD_Reference_ID
AD_Language AD_Reference_ID=106-
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, LOCAL_TRX_PREFIX, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
-
Fields inherited from interface org.compiere.model.I_C_Country
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Language, COLUMNNAME_AD_Org_ID, COLUMNNAME_AllowCitiesOutOfList, COLUMNNAME_C_Country_ID, COLUMNNAME_C_Country_UU, COLUMNNAME_C_Currency_ID, COLUMNNAME_CaptureSequence, COLUMNNAME_CountryCode, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_Description, COLUMNNAME_DisplaySequence, COLUMNNAME_DisplaySequenceLocal, COLUMNNAME_ExpressionBankAccountNo, COLUMNNAME_ExpressionBankRoutingNo, COLUMNNAME_ExpressionPhone, COLUMNNAME_ExpressionPostal, COLUMNNAME_ExpressionPostal_Add, COLUMNNAME_HasPostal_Add, COLUMNNAME_HasRegion, COLUMNNAME_IsActive, COLUMNNAME_IsAddressLinesLocalReverse, COLUMNNAME_IsAddressLinesReverse, COLUMNNAME_IsPostcodeLookup, COLUMNNAME_LookupClassName, COLUMNNAME_LookupClientID, COLUMNNAME_LookupPassword, COLUMNNAME_LookupUrl, COLUMNNAME_MediaSize, COLUMNNAME_Name, COLUMNNAME_PlaceholderAddress1, COLUMNNAME_PlaceholderAddress2, COLUMNNAME_PlaceholderAddress3, COLUMNNAME_PlaceholderAddress4, COLUMNNAME_PlaceholderAddress5, COLUMNNAME_PlaceholderCity, COLUMNNAME_PlaceholderComments, COLUMNNAME_PlaceholderPostal, COLUMNNAME_PlaceholderPostal_Add, COLUMNNAME_RegionName, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name
-
-
Constructor Summary
Constructors Constructor Description X_C_Country(Properties ctx, int C_Country_ID, String trxName)
Standard ConstructorX_C_Country(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
get_AccessLevel()
AccessLevelString
getAD_Language()
Get Language.int
getC_Country_ID()
Get Country.String
getC_Country_UU()
Get C_Country_UU.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.String
getCaptureSequence()
Get Capture Sequence.String
getCountryCode()
Get ISO Country Code.String
getDescription()
Get Description.String
getDisplaySequence()
Get Address Print Format.String
getDisplaySequenceLocal()
Get Local Address Format.String
getExpressionBankAccountNo()
Get Bank Account No Format.String
getExpressionBankRoutingNo()
Get Bank Routing No Format.String
getExpressionPhone()
Get Phone Format.String
getExpressionPostal()
Get Postal Code Format.String
getExpressionPostal_Add()
Get Additional Postal Format.KeyNamePair
getKeyNamePair()
Get Record ID/ColumnNameString
getLookupClassName()
Get Lookup ClassName.String
getLookupClientID()
Get Lookup Client ID.String
getLookupPassword()
Get Lookup Password.String
getLookupUrl()
Get Lookup URL.String
getMediaSize()
Get Media Size.String
getName()
Get Name.String
getPlaceholderAddress1()
Get Placeholder for Address 1.String
getPlaceholderAddress2()
Get Placeholder for Address 2.String
getPlaceholderAddress3()
Get Placeholder for Address 3.String
getPlaceholderAddress4()
Get Placeholder for Address 4.String
getPlaceholderAddress5()
Get Placeholder for Address 5.String
getPlaceholderCity()
Get Placeholder for city.String
getPlaceholderComments()
Get Placeholder for comments.String
getPlaceholderPostal()
Get Placeholder for postal.String
getPlaceholderPostal_Add()
Get Placeholder for additional zip.String
getRegionName()
Get Region.protected POInfo
initPO(Properties ctx)
Load Meta Databoolean
isAddressLinesLocalReverse()
Get Reverse Local Address Lines.boolean
isAddressLinesReverse()
Get Reverse Address Lines.boolean
isAllowCitiesOutOfList()
Get Allow Cities out of List.boolean
isHasPostal_Add()
Get Additional Postal code.boolean
isHasRegion()
Get Country has Region.boolean
isPostcodeLookup()
Get Use Postcode Lookup.void
setAD_Language(String AD_Language)
Set Language.void
setAllowCitiesOutOfList(boolean AllowCitiesOutOfList)
Set Allow Cities out of List.void
setC_Country_ID(int C_Country_ID)
Set Country.void
setC_Country_UU(String C_Country_UU)
Set C_Country_UU.void
setC_Currency_ID(int C_Currency_ID)
Set Currency.void
setCaptureSequence(String CaptureSequence)
Set Capture Sequence.void
setCountryCode(String CountryCode)
Set ISO Country Code.void
setDescription(String Description)
Set Description.void
setDisplaySequence(String DisplaySequence)
Set Address Print Format.void
setDisplaySequenceLocal(String DisplaySequenceLocal)
Set Local Address Format.void
setExpressionBankAccountNo(String ExpressionBankAccountNo)
Set Bank Account No Format.void
setExpressionBankRoutingNo(String ExpressionBankRoutingNo)
Set Bank Routing No Format.void
setExpressionPhone(String ExpressionPhone)
Set Phone Format.void
setExpressionPostal(String ExpressionPostal)
Set Postal Code Format.void
setExpressionPostal_Add(String ExpressionPostal_Add)
Set Additional Postal Format.void
setHasPostal_Add(boolean HasPostal_Add)
Set Additional Postal code.void
setHasRegion(boolean HasRegion)
Set Country has Region.void
setIsAddressLinesLocalReverse(boolean IsAddressLinesLocalReverse)
Set Reverse Local Address Lines.void
setIsAddressLinesReverse(boolean IsAddressLinesReverse)
Set Reverse Address Lines.void
setIsPostcodeLookup(boolean IsPostcodeLookup)
Set Use Postcode Lookup.void
setLookupClassName(String LookupClassName)
Set Lookup ClassName.void
setLookupClientID(String LookupClientID)
Set Lookup Client ID.void
setLookupPassword(String LookupPassword)
Set Lookup Password.void
setLookupUrl(String LookupUrl)
Set Lookup URL.void
setMediaSize(String MediaSize)
Set Media Size.void
setName(String Name)
Set Name.void
setPlaceholderAddress1(String PlaceholderAddress1)
Set Placeholder for Address 1.void
setPlaceholderAddress2(String PlaceholderAddress2)
Set Placeholder for Address 2.void
setPlaceholderAddress3(String PlaceholderAddress3)
Set Placeholder for Address 3.void
setPlaceholderAddress4(String PlaceholderAddress4)
Set Placeholder for Address 4.void
setPlaceholderAddress5(String PlaceholderAddress5)
Set Placeholder for Address 5.void
setPlaceholderCity(String PlaceholderCity)
Set Placeholder for city.void
setPlaceholderComments(String PlaceholderComments)
Set Placeholder for comments.void
setPlaceholderPostal(String PlaceholderPostal)
Set Placeholder for postal.void
setPlaceholderPostal_Add(String PlaceholderPostal_Add)
Set Placeholder for additional zip.void
setRegionName(String RegionName)
Set Region.String
toString()
String representation-
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock, update_Tree, validForeignKeys
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Methods inherited from interface org.compiere.model.I_C_Country
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
-
Methods inherited from interface org.compiere.model.I_Persistent
save
-
-
-
-
Field Detail
-
AD_LANGUAGE_AD_Reference_ID
public static final int AD_LANGUAGE_AD_Reference_ID
AD_Language AD_Reference_ID=106- See Also:
- Constant Field Values
-
-
Constructor Detail
-
X_C_Country
public X_C_Country(Properties ctx, int C_Country_ID, String trxName)
Standard Constructor
-
X_C_Country
public X_C_Country(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
-
Method Detail
-
get_AccessLevel
protected int get_AccessLevel()
AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 6 - System - Client
-
initPO
protected POInfo initPO(Properties ctx)
Load Meta Data
-
setAD_Language
public void setAD_Language(String AD_Language)
Set Language.- Specified by:
setAD_Language
in interfaceI_C_Country
- Parameters:
AD_Language
- Language for this entity
-
getAD_Language
public String getAD_Language()
Get Language.- Specified by:
getAD_Language
in interfaceI_C_Country
- Returns:
- Language for this entity
-
setAllowCitiesOutOfList
public void setAllowCitiesOutOfList(boolean AllowCitiesOutOfList)
Set Allow Cities out of List.- Specified by:
setAllowCitiesOutOfList
in interfaceI_C_Country
- Parameters:
AllowCitiesOutOfList
- A flag to allow cities, currently not in the list, to be entered
-
isAllowCitiesOutOfList
public boolean isAllowCitiesOutOfList()
Get Allow Cities out of List.- Specified by:
isAllowCitiesOutOfList
in interfaceI_C_Country
- Returns:
- A flag to allow cities, currently not in the list, to be entered
-
setCaptureSequence
public void setCaptureSequence(String CaptureSequence)
Set Capture Sequence.- Specified by:
setCaptureSequence
in interfaceI_C_Country
- Parameters:
CaptureSequence
- Capture Sequence
-
getCaptureSequence
public String getCaptureSequence()
Get Capture Sequence.- Specified by:
getCaptureSequence
in interfaceI_C_Country
- Returns:
- Capture Sequence
-
setC_Country_ID
public void setC_Country_ID(int C_Country_ID)
Set Country.- Specified by:
setC_Country_ID
in interfaceI_C_Country
- Parameters:
C_Country_ID
- Country
-
getC_Country_ID
public int getC_Country_ID()
Get Country.- Specified by:
getC_Country_ID
in interfaceI_C_Country
- Returns:
- Country
-
setC_Country_UU
public void setC_Country_UU(String C_Country_UU)
Set C_Country_UU.- Specified by:
setC_Country_UU
in interfaceI_C_Country
- Parameters:
C_Country_UU
- C_Country_UU
-
getC_Country_UU
public String getC_Country_UU()
Get C_Country_UU.- Specified by:
getC_Country_UU
in interfaceI_C_Country
- Returns:
- C_Country_UU
-
getC_Currency
public I_C_Currency getC_Currency() throws RuntimeException
- Specified by:
getC_Currency
in interfaceI_C_Country
- Throws:
RuntimeException
-
setC_Currency_ID
public void setC_Currency_ID(int C_Currency_ID)
Set Currency.- Specified by:
setC_Currency_ID
in interfaceI_C_Country
- Parameters:
C_Currency_ID
- The Currency for this record
-
getC_Currency_ID
public int getC_Currency_ID()
Get Currency.- Specified by:
getC_Currency_ID
in interfaceI_C_Country
- Returns:
- The Currency for this record
-
setCountryCode
public void setCountryCode(String CountryCode)
Set ISO Country Code.- Specified by:
setCountryCode
in interfaceI_C_Country
- Parameters:
CountryCode
- Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html
-
getCountryCode
public String getCountryCode()
Get ISO Country Code.- Specified by:
getCountryCode
in interfaceI_C_Country
- Returns:
- Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html
-
setDescription
public void setDescription(String Description)
Set Description.- Specified by:
setDescription
in interfaceI_C_Country
- Parameters:
Description
- Optional short description of the record
-
getDescription
public String getDescription()
Get Description.- Specified by:
getDescription
in interfaceI_C_Country
- Returns:
- Optional short description of the record
-
setDisplaySequence
public void setDisplaySequence(String DisplaySequence)
Set Address Print Format.- Specified by:
setDisplaySequence
in interfaceI_C_Country
- Parameters:
DisplaySequence
- Format for printing this Address
-
getDisplaySequence
public String getDisplaySequence()
Get Address Print Format.- Specified by:
getDisplaySequence
in interfaceI_C_Country
- Returns:
- Format for printing this Address
-
setDisplaySequenceLocal
public void setDisplaySequenceLocal(String DisplaySequenceLocal)
Set Local Address Format.- Specified by:
setDisplaySequenceLocal
in interfaceI_C_Country
- Parameters:
DisplaySequenceLocal
- Format for printing this Address locally
-
getDisplaySequenceLocal
public String getDisplaySequenceLocal()
Get Local Address Format.- Specified by:
getDisplaySequenceLocal
in interfaceI_C_Country
- Returns:
- Format for printing this Address locally
-
setExpressionBankAccountNo
public void setExpressionBankAccountNo(String ExpressionBankAccountNo)
Set Bank Account No Format.- Specified by:
setExpressionBankAccountNo
in interfaceI_C_Country
- Parameters:
ExpressionBankAccountNo
- Format of the Bank Account
-
getExpressionBankAccountNo
public String getExpressionBankAccountNo()
Get Bank Account No Format.- Specified by:
getExpressionBankAccountNo
in interfaceI_C_Country
- Returns:
- Format of the Bank Account
-
setExpressionBankRoutingNo
public void setExpressionBankRoutingNo(String ExpressionBankRoutingNo)
Set Bank Routing No Format.- Specified by:
setExpressionBankRoutingNo
in interfaceI_C_Country
- Parameters:
ExpressionBankRoutingNo
- Format of the Bank Routing Number
-
getExpressionBankRoutingNo
public String getExpressionBankRoutingNo()
Get Bank Routing No Format.- Specified by:
getExpressionBankRoutingNo
in interfaceI_C_Country
- Returns:
- Format of the Bank Routing Number
-
setExpressionPhone
public void setExpressionPhone(String ExpressionPhone)
Set Phone Format.- Specified by:
setExpressionPhone
in interfaceI_C_Country
- Parameters:
ExpressionPhone
- Format of the phone; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
getExpressionPhone
public String getExpressionPhone()
Get Phone Format.- Specified by:
getExpressionPhone
in interfaceI_C_Country
- Returns:
- Format of the phone; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
setExpressionPostal
public void setExpressionPostal(String ExpressionPostal)
Set Postal Code Format.- Specified by:
setExpressionPostal
in interfaceI_C_Country
- Parameters:
ExpressionPostal
- Format of the postal code; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
getExpressionPostal
public String getExpressionPostal()
Get Postal Code Format.- Specified by:
getExpressionPostal
in interfaceI_C_Country
- Returns:
- Format of the postal code; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
setExpressionPostal_Add
public void setExpressionPostal_Add(String ExpressionPostal_Add)
Set Additional Postal Format.- Specified by:
setExpressionPostal_Add
in interfaceI_C_Country
- Parameters:
ExpressionPostal_Add
- Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
getExpressionPostal_Add
public String getExpressionPostal_Add()
Get Additional Postal Format.- Specified by:
getExpressionPostal_Add
in interfaceI_C_Country
- Returns:
- Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
-
setHasPostal_Add
public void setHasPostal_Add(boolean HasPostal_Add)
Set Additional Postal code.- Specified by:
setHasPostal_Add
in interfaceI_C_Country
- Parameters:
HasPostal_Add
- Has Additional Postal Code
-
isHasPostal_Add
public boolean isHasPostal_Add()
Get Additional Postal code.- Specified by:
isHasPostal_Add
in interfaceI_C_Country
- Returns:
- Has Additional Postal Code
-
setHasRegion
public void setHasRegion(boolean HasRegion)
Set Country has Region.- Specified by:
setHasRegion
in interfaceI_C_Country
- Parameters:
HasRegion
- Country contains Regions
-
isHasRegion
public boolean isHasRegion()
Get Country has Region.- Specified by:
isHasRegion
in interfaceI_C_Country
- Returns:
- Country contains Regions
-
setIsAddressLinesLocalReverse
public void setIsAddressLinesLocalReverse(boolean IsAddressLinesLocalReverse)
Set Reverse Local Address Lines.- Specified by:
setIsAddressLinesLocalReverse
in interfaceI_C_Country
- Parameters:
IsAddressLinesLocalReverse
- Print Local Address in reverse Order
-
isAddressLinesLocalReverse
public boolean isAddressLinesLocalReverse()
Get Reverse Local Address Lines.- Specified by:
isAddressLinesLocalReverse
in interfaceI_C_Country
- Returns:
- Print Local Address in reverse Order
-
setIsAddressLinesReverse
public void setIsAddressLinesReverse(boolean IsAddressLinesReverse)
Set Reverse Address Lines.- Specified by:
setIsAddressLinesReverse
in interfaceI_C_Country
- Parameters:
IsAddressLinesReverse
- Print Address in reverse Order
-
isAddressLinesReverse
public boolean isAddressLinesReverse()
Get Reverse Address Lines.- Specified by:
isAddressLinesReverse
in interfaceI_C_Country
- Returns:
- Print Address in reverse Order
-
setIsPostcodeLookup
public void setIsPostcodeLookup(boolean IsPostcodeLookup)
Set Use Postcode Lookup.- Specified by:
setIsPostcodeLookup
in interfaceI_C_Country
- Parameters:
IsPostcodeLookup
- Does this country have a post code web service
-
isPostcodeLookup
public boolean isPostcodeLookup()
Get Use Postcode Lookup.- Specified by:
isPostcodeLookup
in interfaceI_C_Country
- Returns:
- Does this country have a post code web service
-
setLookupClassName
public void setLookupClassName(String LookupClassName)
Set Lookup ClassName.- Specified by:
setLookupClassName
in interfaceI_C_Country
- Parameters:
LookupClassName
- The class name of the postcode lookup plugin
-
getLookupClassName
public String getLookupClassName()
Get Lookup ClassName.- Specified by:
getLookupClassName
in interfaceI_C_Country
- Returns:
- The class name of the postcode lookup plugin
-
setLookupClientID
public void setLookupClientID(String LookupClientID)
Set Lookup Client ID.- Specified by:
setLookupClientID
in interfaceI_C_Country
- Parameters:
LookupClientID
- The ClientID or Login submitted to the Lookup URL
-
getLookupClientID
public String getLookupClientID()
Get Lookup Client ID.- Specified by:
getLookupClientID
in interfaceI_C_Country
- Returns:
- The ClientID or Login submitted to the Lookup URL
-
setLookupPassword
public void setLookupPassword(String LookupPassword)
Set Lookup Password.- Specified by:
setLookupPassword
in interfaceI_C_Country
- Parameters:
LookupPassword
- The password submitted to the Lookup URL
-
getLookupPassword
public String getLookupPassword()
Get Lookup Password.- Specified by:
getLookupPassword
in interfaceI_C_Country
- Returns:
- The password submitted to the Lookup URL
-
setLookupUrl
public void setLookupUrl(String LookupUrl)
Set Lookup URL.- Specified by:
setLookupUrl
in interfaceI_C_Country
- Parameters:
LookupUrl
- The URL of the web service that the plugin connects to in order to retrieve postcode data
-
getLookupUrl
public String getLookupUrl()
Get Lookup URL.- Specified by:
getLookupUrl
in interfaceI_C_Country
- Returns:
- The URL of the web service that the plugin connects to in order to retrieve postcode data
-
setMediaSize
public void setMediaSize(String MediaSize)
Set Media Size.- Specified by:
setMediaSize
in interfaceI_C_Country
- Parameters:
MediaSize
- Java Media Size
-
getMediaSize
public String getMediaSize()
Get Media Size.- Specified by:
getMediaSize
in interfaceI_C_Country
- Returns:
- Java Media Size
-
setName
public void setName(String Name)
Set Name.- Specified by:
setName
in interfaceI_C_Country
- Parameters:
Name
- Alphanumeric identifier of the entity
-
getName
public String getName()
Get Name.- Specified by:
getName
in interfaceI_C_Country
- Returns:
- Alphanumeric identifier of the entity
-
getKeyNamePair
public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-
setPlaceholderAddress1
public void setPlaceholderAddress1(String PlaceholderAddress1)
Set Placeholder for Address 1.- Specified by:
setPlaceholderAddress1
in interfaceI_C_Country
- Parameters:
PlaceholderAddress1
- Placeholder for Address 1
-
getPlaceholderAddress1
public String getPlaceholderAddress1()
Get Placeholder for Address 1.- Specified by:
getPlaceholderAddress1
in interfaceI_C_Country
- Returns:
- Placeholder for Address 1
-
setPlaceholderAddress2
public void setPlaceholderAddress2(String PlaceholderAddress2)
Set Placeholder for Address 2.- Specified by:
setPlaceholderAddress2
in interfaceI_C_Country
- Parameters:
PlaceholderAddress2
- Placeholder for Address 2
-
getPlaceholderAddress2
public String getPlaceholderAddress2()
Get Placeholder for Address 2.- Specified by:
getPlaceholderAddress2
in interfaceI_C_Country
- Returns:
- Placeholder for Address 2
-
setPlaceholderAddress3
public void setPlaceholderAddress3(String PlaceholderAddress3)
Set Placeholder for Address 3.- Specified by:
setPlaceholderAddress3
in interfaceI_C_Country
- Parameters:
PlaceholderAddress3
- Placeholder for Address 3
-
getPlaceholderAddress3
public String getPlaceholderAddress3()
Get Placeholder for Address 3.- Specified by:
getPlaceholderAddress3
in interfaceI_C_Country
- Returns:
- Placeholder for Address 3
-
setPlaceholderAddress4
public void setPlaceholderAddress4(String PlaceholderAddress4)
Set Placeholder for Address 4.- Specified by:
setPlaceholderAddress4
in interfaceI_C_Country
- Parameters:
PlaceholderAddress4
- Placeholder for Address 4
-
getPlaceholderAddress4
public String getPlaceholderAddress4()
Get Placeholder for Address 4.- Specified by:
getPlaceholderAddress4
in interfaceI_C_Country
- Returns:
- Placeholder for Address 4
-
setPlaceholderAddress5
public void setPlaceholderAddress5(String PlaceholderAddress5)
Set Placeholder for Address 5.- Specified by:
setPlaceholderAddress5
in interfaceI_C_Country
- Parameters:
PlaceholderAddress5
- Placeholder for Address 5
-
getPlaceholderAddress5
public String getPlaceholderAddress5()
Get Placeholder for Address 5.- Specified by:
getPlaceholderAddress5
in interfaceI_C_Country
- Returns:
- Placeholder for Address 5
-
setPlaceholderCity
public void setPlaceholderCity(String PlaceholderCity)
Set Placeholder for city.- Specified by:
setPlaceholderCity
in interfaceI_C_Country
- Parameters:
PlaceholderCity
- Placeholder for city
-
getPlaceholderCity
public String getPlaceholderCity()
Get Placeholder for city.- Specified by:
getPlaceholderCity
in interfaceI_C_Country
- Returns:
- Placeholder for city
-
setPlaceholderComments
public void setPlaceholderComments(String PlaceholderComments)
Set Placeholder for comments.- Specified by:
setPlaceholderComments
in interfaceI_C_Country
- Parameters:
PlaceholderComments
- Placeholder for comments
-
getPlaceholderComments
public String getPlaceholderComments()
Get Placeholder for comments.- Specified by:
getPlaceholderComments
in interfaceI_C_Country
- Returns:
- Placeholder for comments
-
setPlaceholderPostal
public void setPlaceholderPostal(String PlaceholderPostal)
Set Placeholder for postal.- Specified by:
setPlaceholderPostal
in interfaceI_C_Country
- Parameters:
PlaceholderPostal
- Placeholder for postal
-
getPlaceholderPostal
public String getPlaceholderPostal()
Get Placeholder for postal.- Specified by:
getPlaceholderPostal
in interfaceI_C_Country
- Returns:
- Placeholder for postal
-
setPlaceholderPostal_Add
public void setPlaceholderPostal_Add(String PlaceholderPostal_Add)
Set Placeholder for additional zip.- Specified by:
setPlaceholderPostal_Add
in interfaceI_C_Country
- Parameters:
PlaceholderPostal_Add
- Placeholder for additional zip
-
getPlaceholderPostal_Add
public String getPlaceholderPostal_Add()
Get Placeholder for additional zip.- Specified by:
getPlaceholderPostal_Add
in interfaceI_C_Country
- Returns:
- Placeholder for additional zip
-
setRegionName
public void setRegionName(String RegionName)
Set Region.- Specified by:
setRegionName
in interfaceI_C_Country
- Parameters:
RegionName
- Name of the Region
-
getRegionName
public String getRegionName()
Get Region.- Specified by:
getRegionName
in interfaceI_C_Country
- Returns:
- Name of the Region
-
-