net.sf.beanform.prop
Class BeanPropertyEjb3

java.lang.Object
  extended by net.sf.beanform.prop.BeanProperty
      extended by net.sf.beanform.prop.BeanPropertyEjb3
All Implemented Interfaces:
java.io.Serializable

public class BeanPropertyEjb3
extends BeanProperty

A property of a Java bean that has in addition been annotated with the Java Persistence API (EJB3) Column annotation.

Author:
Daniel Gredler
See Also:
Serialized Form

Method Summary
protected  java.lang.String inferValidators()
           
 boolean isShortString()
           
 
Methods inherited from class net.sf.beanform.prop.BeanProperty
divideName, getAnnotations, getName, getOwnerClass, getTypeName, getValidators, isBoolean, isDate, isEditableType, isLongString, isNumber, isReadOnly, isString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isShortString

public boolean isShortString()
Overrides:
isShortString in class BeanProperty

inferValidators

protected java.lang.String inferValidators()
Overrides:
inferValidators in class BeanProperty


Copyright © 2006 Daniel Gredler. All Rights Reserved.