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

InstancePreference22Impl - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.migration.model22.impl.instance
Class InstancePreference22Impl

java.lang.Object
  extended byorg.jboss.portal.migration.model22.impl.preferences.MappedPreference
      extended byorg.jboss.portal.migration.model22.impl.instance.InstancePreference22Impl

public class InstancePreference22Impl
extends MappedPreference

Version:
$Revision: 5449 $
Author:
Julien Viet

Field Summary
 java.lang.Long key
          The id.
 
Fields inherited from class org.jboss.portal.migration.model22.impl.preferences.MappedPreference
name, strings, type
 
Constructor Summary
InstancePreference22Impl()
           
InstancePreference22Impl(java.lang.String name, Value value)
           
 
Method Summary
protected  java.lang.Long getKey()
           
 void setKey(java.lang.Long key)
          Called by hibernate.
 
Methods inherited from class org.jboss.portal.migration.model22.impl.preferences.MappedPreference
getName, getStrings, getType, getValue, isReadOnly, setName, setStrings, setType, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public java.lang.Long key
The id.

Constructor Detail

InstancePreference22Impl

public InstancePreference22Impl()

InstancePreference22Impl

public InstancePreference22Impl(java.lang.String name,
                                Value value)
Method Detail

getKey

protected java.lang.Long getKey()

setKey

public void setKey(java.lang.Long key)
Called by hibernate.