Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class RegionCacheModel

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

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

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
 void readExternal(ObjectInput objectInput)
           
 Region toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
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>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5