Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class RegionCacheModel

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

public class RegionCacheModel
extends Object
implements CacheModel<Region>, Serializable

The cache model class for representing Region in entity cache.

See Also:
Region, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 boolean active
           
 long countryId
           
 String name
           
 String regionCode
           
 long regionId
           
 
Constructor Summary
RegionCacheModel()
           
 
Method Summary
 Region toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

regionId

public long regionId

countryId

public long countryId

regionCode

public String regionCode

name

public String name

active

public boolean active
Constructor Detail

RegionCacheModel

public RegionCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public Region toEntityModel()
Specified by:
toEntityModel in interface CacheModel<Region>

Liferay 6.1.2-ce-ga3