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

UserPref20 - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.migration.model20.impl.user
Class UserPref20

java.lang.Object
  extended byorg.jboss.portal.migration.model20.impl.preferences.MappedPreference
      extended byorg.jboss.portal.migration.model20.impl.user.UserPref20
All Implemented Interfaces:
Preference

public class UserPref20
extends MappedPreference


Field Summary
 
Fields inherited from class org.jboss.portal.migration.model20.impl.preferences.MappedPreference
id, name, strings, type
 
Constructor Summary
UserPref20()
           
UserPref20(java.lang.String name)
           
 
Method Summary
 java.lang.String[] getStrings()
           
 
Methods inherited from class org.jboss.portal.migration.model20.impl.preferences.MappedPreference
getID, getName, getType, getValue, isReadOnly, setID, setName, setType, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserPref20

public UserPref20()

UserPref20

public UserPref20(java.lang.String name)
Method Detail

getStrings

public java.lang.String[] getStrings()
Overrides:
getStrings in class MappedPreference