@ProviderType public class CounterCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.counter.kernel.model.Counter>, Externalizable
Counter,
Serialized Form| Constructor and Description |
|---|
CounterCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.counter.kernel.model.Counter |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public String name
public long currentId
public com.liferay.counter.kernel.model.Counter toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.counter.kernel.model.Counter>public void readExternal(ObjectInput objectInput) throws IOException
readExternal in interface ExternalizableIOExceptionpublic void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOException