com.uwyn.rife.site
Class ConstrainedProperty.ManyToOneAssociation

java.lang.Object
  extended by com.uwyn.rife.site.ConstrainedProperty.ManyToOneAssociation
All Implemented Interfaces:
Cloneable
Enclosing class:
ConstrainedProperty<T extends ConstrainedProperty>

public class ConstrainedProperty.ManyToOneAssociation
extends Object
implements Cloneable


Constructor Summary
ConstrainedProperty.ManyToOneAssociation()
           
ConstrainedProperty.ManyToOneAssociation(Class klass, String property)
           
ConstrainedProperty.ManyToOneAssociation(String property)
           
 
Method Summary
 ConstrainedProperty.ManyToOneAssociation clone()
           
 Class getMainClass()
           
 String getMainProperty()
           
 void setMainClass(Class klass)
           
 void setMainProperty(String property)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstrainedProperty.ManyToOneAssociation

public ConstrainedProperty.ManyToOneAssociation()

ConstrainedProperty.ManyToOneAssociation

public ConstrainedProperty.ManyToOneAssociation(String property)

ConstrainedProperty.ManyToOneAssociation

public ConstrainedProperty.ManyToOneAssociation(Class klass,
                                                String property)
Method Detail

setMainClass

public void setMainClass(Class klass)

getMainClass

public Class getMainClass()

setMainProperty

public void setMainProperty(String property)

getMainProperty

public String getMainProperty()

clone

public ConstrainedProperty.ManyToOneAssociation clone()
Overrides:
clone in class Object


Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.