org.jboss.portal.migration.model22.impl.user
Class UserPreference22Impl

java.lang.Object
  extended byorg.jboss.portal.migration.model22.impl.preferences.MappedPreference
      extended byorg.jboss.portal.migration.model22.impl.user.UserPreference22Impl

public class UserPreference22Impl
extends MappedPreference


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
UserPreference22Impl()
           
UserPreference22Impl(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

UserPreference22Impl

public UserPreference22Impl()

UserPreference22Impl

public UserPreference22Impl(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.