com.uwyn.rife.site
Class ConstrainedProperty.ManyToMany

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

public class ConstrainedProperty.ManyToMany
extends Object
implements Cloneable


Constructor Summary
ConstrainedProperty.ManyToMany()
           
ConstrainedProperty.ManyToMany(Class klass)
           
ConstrainedProperty.ManyToMany(Class klass, CreateTable.ViolationAction onUpdate, CreateTable.ViolationAction onDelete)
           
ConstrainedProperty.ManyToMany(CreateTable.ViolationAction onUpdate, CreateTable.ViolationAction onDelete)
           
 
Method Summary
 ConstrainedProperty.ManyToMany clone()
           
 Class getAssociatedClass()
           
 CreateTable.ViolationAction getOnDelete()
           
 CreateTable.ViolationAction getOnUpdate()
           
 void setAssociatedClass(Class klass)
           
 void setOnDelete(CreateTable.ViolationAction onDelete)
           
 void setOnUpdate(CreateTable.ViolationAction onUpdate)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstrainedProperty.ManyToMany

public ConstrainedProperty.ManyToMany()

ConstrainedProperty.ManyToMany

public ConstrainedProperty.ManyToMany(Class klass)

ConstrainedProperty.ManyToMany

public ConstrainedProperty.ManyToMany(CreateTable.ViolationAction onUpdate,
                                      CreateTable.ViolationAction onDelete)

ConstrainedProperty.ManyToMany

public ConstrainedProperty.ManyToMany(Class klass,
                                      CreateTable.ViolationAction onUpdate,
                                      CreateTable.ViolationAction onDelete)
Method Detail

setAssociatedClass

public void setAssociatedClass(Class klass)

getAssociatedClass

public Class getAssociatedClass()

setOnUpdate

public void setOnUpdate(CreateTable.ViolationAction onUpdate)

getOnUpdate

public CreateTable.ViolationAction getOnUpdate()

setOnDelete

public void setOnDelete(CreateTable.ViolationAction onDelete)

getOnDelete

public CreateTable.ViolationAction getOnDelete()

clone

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


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