com.konakart.json.app
Class J_Country

java.lang.Object
  extended by com.konakart.json.app.J_Country
All Implemented Interfaces:
java.io.Serializable

public class J_Country
extends java.lang.Object
implements java.io.Serializable

Describes a country for use within KonaKart.

See Also:
Serialized Form

Constructor Summary
J_Country()
           
 
Method Summary
 int getAddressFormatId()
          An address format can be associated to a country so that the address of a customer can be formatted according to the rules of the country.
 int getId()
           
 java.lang.String getIsoCode2()
          Two letter ISO code.
 java.lang.String getIsoCode3()
          Three letter ISO code.
 java.lang.String getMsgCatKey()
           
 java.lang.String getName()
           
 void setAddressFormatId(int _addressFormatId)
          An address format can be associated to a country so that the address of a customer can be formatted according to the rules of the country.
 void setId(int _id)
           
 void setIsoCode2(java.lang.String _isoCode2)
          Two letter ISO code.
 void setIsoCode3(java.lang.String _isoCode3)
          Three letter ISO code.
 void setMsgCatKey(java.lang.String _msgCatKey)
           
 void setName(java.lang.String _name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J_Country

public J_Country()
Method Detail

getAddressFormatId

public int getAddressFormatId()
An address format can be associated to a country so that the address of a customer can be formatted according to the rules of the country.

Returns:
Returns the addressFormatId.

setAddressFormatId

public void setAddressFormatId(int _addressFormatId)
An address format can be associated to a country so that the address of a customer can be formatted according to the rules of the country.

Parameters:
_addressFormatId - The addressFormatId to set.

getId

public int getId()
Returns:
Returns the id.

setId

public void setId(int _id)
Parameters:
_id - The id to set.

getIsoCode2

public java.lang.String getIsoCode2()
Two letter ISO code. e.g. US or GB

Returns:
Returns the isoCode2.

setIsoCode2

public void setIsoCode2(java.lang.String _isoCode2)
Two letter ISO code. e.g. US or GB

Parameters:
_isoCode2 - The isoCode2 to set.

getIsoCode3

public java.lang.String getIsoCode3()
Three letter ISO code. e.g. USA or GBR

Returns:
Returns the isoCode3.

setIsoCode3

public void setIsoCode3(java.lang.String _isoCode3)
Three letter ISO code. e.g. USA or GBR

Parameters:
_isoCode3 - The isoCode3 to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String _name)
Parameters:
_name - The name to set.

getMsgCatKey

public java.lang.String getMsgCatKey()
Returns:
the message catalog key

setMsgCatKey

public void setMsgCatKey(java.lang.String _msgCatKey)
Parameters:
_msgCatKey - the msgCatKey to set


Copyright © 2011 DS Data Systems UK Ltd.