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

User24Impl.DatePropertyAccessor - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.migration.model24.identity
Class User24Impl.DatePropertyAccessor

java.lang.Object
  extended byorg.jboss.portal.migration.model24.identity.User24Impl.PropertyAccessor
      extended byorg.jboss.portal.migration.model24.identity.User24Impl.DatePropertyAccessor
Enclosing class:
User24Impl

static class User24Impl.DatePropertyAccessor
extends User24Impl.PropertyAccessor


Field Summary
protected  java.lang.reflect.Field field
           
private static java.lang.ThreadLocal formatLocal
           
protected  boolean nullable
           
protected  java.lang.String propertyName
           
protected  boolean writable
           
 
Constructor Summary
User24Impl.DatePropertyAccessor(java.lang.String propertyName, java.lang.String fieldName, boolean writable, boolean nullable)
           
 
Method Summary
 java.lang.String get(java.lang.Object instance)
           
 java.lang.String getPropertyName()
           
 boolean isNullable()
           
 boolean isWritable()
           
 void set(java.lang.Object instance, java.lang.String string)
           
protected  java.lang.Object toObject(java.lang.String value)
          Perform the to object conversion.
 java.lang.String toString()
           
protected  java.lang.String toString(java.lang.Object value)
          Perform the to strong conversion.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

formatLocal

private static final java.lang.ThreadLocal formatLocal

propertyName

protected final java.lang.String propertyName

field

protected final java.lang.reflect.Field field

writable

protected final boolean writable

nullable

protected final boolean nullable
Constructor Detail

User24Impl.DatePropertyAccessor

public User24Impl.DatePropertyAccessor(java.lang.String propertyName,
                                       java.lang.String fieldName,
                                       boolean writable,
                                       boolean nullable)
Method Detail

toObject

protected java.lang.Object toObject(java.lang.String value)
                             throws java.lang.IllegalArgumentException
Description copied from class: User24Impl.PropertyAccessor
Perform the to object conversion.

Specified by:
toObject in class User24Impl.PropertyAccessor
Parameters:
value - the value to convert
Returns:
the converted value
Throws:
java.lang.IllegalArgumentException - if the string cannot be converted to an object

toString

protected java.lang.String toString(java.lang.Object value)
Description copied from class: User24Impl.PropertyAccessor
Perform the to strong conversion.

Specified by:
toString in class User24Impl.PropertyAccessor
Parameters:
value - the value to convert
Returns:
the converted value

getPropertyName

public java.lang.String getPropertyName()

isNullable

public boolean isNullable()

isWritable

public boolean isWritable()

set

public void set(java.lang.Object instance,
                java.lang.String string)
         throws java.lang.IllegalArgumentException
Parameters:
instance - the user instance
string - the value
Throws:
java.lang.IllegalArgumentException - if the string cannot be converted to an object

get

public java.lang.String get(java.lang.Object instance)
                     throws java.lang.IllegalArgumentException
Parameters:
instance - the user instance
Returns:
the converted value
Throws:
java.lang.IllegalArgumentException - if the object cannot be converted to a string

toString

public java.lang.String toString()