org.apache.wicket.bean.validation
Class Property

java.lang.Object
  extended by org.apache.wicket.bean.validation.Property
All Implemented Interfaces:
Serializable

public final class Property
extends Object
implements Serializable

A reference to a property that can be validated.

Author:
igor
See Also:
Serialized Form

Constructor Summary
Property(Class<?> owner, String name)
           
Property(ClassReference<?> owner, String name)
           
 
Method Summary
 String getName()
           
 Class<?> getOwner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(ClassReference<?> owner,
                String name)

Property

public Property(Class<?> owner,
                String name)
Method Detail

getOwner

public Class<?> getOwner()

getName

public String getName()


Copyright © 2006–2016 Apache Software Foundation. All rights reserved.