站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

Base - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.cms.hibernate.state
Class Base

java.lang.Object
  extended byorg.jboss.portal.cms.hibernate.state.Base
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VersionNode, VersionProp, VersionRefs, WSPNode, WSPProp, WSPRefs

public abstract class Base
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Integer key
           
private  boolean persistCacheItem
           
 
Constructor Summary
Base()
           
 
Method Summary
 void disableCacheItemPersistence()
           
 java.lang.Integer getKey()
           
 boolean isPersistCacheItem()
           
 void resetCacheItemPersistence()
           
 void setKey(java.lang.Integer key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

persistCacheItem

private boolean persistCacheItem

key

private java.lang.Integer key
Constructor Detail

Base

public Base()
Method Detail

disableCacheItemPersistence

public void disableCacheItemPersistence()

isPersistCacheItem

public boolean isPersistCacheItem()

resetCacheItemPersistence

public void resetCacheItemPersistence()

getKey

public java.lang.Integer getKey()

setKey

public void setKey(java.lang.Integer key)