com.liferay.portal.kernel.cache
Class CacheKVP

java.lang.Object
  extended by com.liferay.portal.kernel.cache.CacheKVP
All Implemented Interfaces:
java.io.Serializable

public class CacheKVP
extends java.lang.Object
implements java.io.Serializable

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
CacheKVP(java.lang.Class<?> modelClass, java.io.Serializable primaryKeyObj)
           
 
Method Summary
 java.lang.Class<?> getModelClass()
           
 java.io.Serializable getPrimaryKeyObj()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheKVP

public CacheKVP(java.lang.Class<?> modelClass,
                java.io.Serializable primaryKeyObj)
Method Detail

getModelClass

public java.lang.Class<?> getModelClass()

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()