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

WindowStateUserType24 - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.migration.model24.portal
Class WindowStateUserType24

java.lang.Object
  extended byorg.jboss.portal.migration.helper.StringWrapperUserType
      extended byorg.jboss.portal.migration.model24.portal.WindowStateUserType24
All Implemented Interfaces:
java.io.Serializable, org.hibernate.usertype.UserType

public class WindowStateUserType24
extends StringWrapperUserType

Version:
$Revision: 5449 $
Author:
Julien Viet
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.portal.migration.helper.StringWrapperUserType
 
Constructor Summary
WindowStateUserType24()
           
 
Method Summary
 java.lang.Object fromString(java.lang.String name)
           
 java.lang.Class returnedClass()
           
 java.lang.String toString(java.lang.Object value)
           
 
Methods inherited from class org.jboss.portal.migration.helper.StringWrapperUserType
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, sqlTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowStateUserType24

public WindowStateUserType24()
Method Detail

fromString

public java.lang.Object fromString(java.lang.String name)
Specified by:
fromString in class StringWrapperUserType

toString

public java.lang.String toString(java.lang.Object value)
Specified by:
toString in class StringWrapperUserType

returnedClass

public java.lang.Class returnedClass()