Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class ServiceComponentCacheModel

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

public class ServiceComponentCacheModel
extends Object
implements CacheModel<ServiceComponent>, Externalizable

The cache model class for representing ServiceComponent in entity cache.

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

Field Summary
 long buildDate
           
 String buildNamespace
           
 long buildNumber
           
 String data
           
 long serviceComponentId
           
 
Constructor Summary
ServiceComponentCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 ServiceComponent 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

serviceComponentId

public long serviceComponentId

buildNamespace

public String buildNamespace

buildNumber

public long buildNumber

buildDate

public long buildDate

data

public String data
Constructor Detail

ServiceComponentCacheModel

public ServiceComponentCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

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