com.liferay.portal.model.impl
Class CountryCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.CountryCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portal.model.Country>, java.io.Serializable

public class CountryCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Country>, java.io.Serializable

The cache model class for representing Country in entity cache.

Author:
Brian Wing Shun Chan
See Also:
Country, Serialized Form
Generated:

Field Summary
 java.lang.String a2
           
 java.lang.String a3
           
 boolean active
           
 long countryId
           
 java.lang.String idd
           
 java.lang.String name
           
 java.lang.String number
           
 boolean zipRequired
           
 
Constructor Summary
CountryCacheModel()
           
 
Method Summary
 com.liferay.portal.model.Country toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

countryId

public long countryId

name

public java.lang.String name

a2

public java.lang.String a2

a3

public java.lang.String a3

number

public java.lang.String number

idd

public java.lang.String idd

zipRequired

public boolean zipRequired

active

public boolean active
Constructor Detail

CountryCacheModel

public CountryCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portal.model.Country toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Country>