Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class ClassNameCacheModel

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

public class ClassNameCacheModel
extends Object
implements CacheModel<ClassName>, Externalizable

The cache model class for representing ClassName in entity cache.

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

Field Summary
 long classNameId
           
 String value
           
 
Constructor Summary
ClassNameCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 ClassName 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

classNameId

public long classNameId

value

public String value
Constructor Detail

ClassNameCacheModel

public ClassNameCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

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