public class ServiceComponentCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.ServiceComponent>, java.io.Externalizable
ServiceComponent,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
buildDate |
java.lang.String |
buildNamespace |
long |
buildNumber |
java.lang.String |
data |
long |
serviceComponentId |
| Constructor and Description |
|---|
ServiceComponentCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portal.model.ServiceComponent |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long serviceComponentId
public java.lang.String buildNamespace
public long buildNumber
public long buildDate
public java.lang.String data
public java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portal.model.ServiceComponent toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.ServiceComponent>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException