@Deprecated
public class SubscriptionCacheModel
extends java.lang.Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Subscription>, java.io.Externalizable, com.liferay.portal.kernel.model.MVCCModel
| Modifier and Type | Field and Description |
|---|---|
long |
classNameId
Deprecated.
|
long |
classPK
Deprecated.
|
long |
companyId
Deprecated.
|
long |
createDate
Deprecated.
|
java.lang.String |
frequency
Deprecated.
|
long |
groupId
Deprecated.
|
long |
modifiedDate
Deprecated.
|
long |
mvccVersion
Deprecated.
|
long |
subscriptionId
Deprecated.
|
long |
userId
Deprecated.
|
java.lang.String |
userName
Deprecated.
|
| Constructor and Description |
|---|
SubscriptionCacheModel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
readExternal(java.io.ObjectInput objectInput)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
com.liferay.portal.kernel.model.Subscription |
toEntityModel()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
void |
writeExternal(java.io.ObjectOutput objectOutput)
Deprecated.
|
public long mvccVersion
public long subscriptionId
public long groupId
public long companyId
public long userId
public java.lang.String userName
public long createDate
public long modifiedDate
public long classNameId
public long classPK
public java.lang.String frequency
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portal.kernel.model.Subscription toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Subscription>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