com.liferay.portal.model.impl
Class CountryCacheModel
java.lang.Object
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:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
CountryCacheModel
public CountryCacheModel()
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>