com.uwyn.rife.site
Class ConstrainedProperty.ManyToOne

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

public class ConstrainedProperty.ManyToOne
extends Object
implements Cloneable


Constructor Summary
ConstrainedProperty.ManyToOne()
           
ConstrainedProperty.ManyToOne(Class klass)
           
ConstrainedProperty.ManyToOne(Class klass, String column, CreateTable.ViolationAction onUpdate, CreateTable.ViolationAction onDelete)
           
ConstrainedProperty.ManyToOne(String table, String column, CreateTable.ViolationAction onUpdate, CreateTable.ViolationAction onDelete)
           
 
Method Summary
 ConstrainedProperty.ManyToOne clone()
           
 Class getAssociatedClass()
           
 String getColumn()
           
 String getDerivedTable()
           
 CreateTable.ViolationAction getOnDelete()
           
 CreateTable.ViolationAction getOnUpdate()
           
 String getTable()
           
 void setAssociatedClass(Class klass)
           
 void setColumn(String column)
           
 void setOnDelete(CreateTable.ViolationAction onDelete)
           
 void setOnUpdate(CreateTable.ViolationAction onUpdate)
           
 void setTable(String table)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstrainedProperty.ManyToOne

public ConstrainedProperty.ManyToOne()

ConstrainedProperty.ManyToOne

public ConstrainedProperty.ManyToOne(Class klass)

ConstrainedProperty.ManyToOne

public ConstrainedProperty.ManyToOne(String table,
                                     String column,
                                     CreateTable.ViolationAction onUpdate,
                                     CreateTable.ViolationAction onDelete)

ConstrainedProperty.ManyToOne

public ConstrainedProperty.ManyToOne(Class klass,
                                     String column,
                                     CreateTable.ViolationAction onUpdate,
                                     CreateTable.ViolationAction onDelete)
Method Detail

getDerivedTable

public String getDerivedTable()

setColumn

public void setColumn(String column)

getColumn

public String getColumn()

setTable

public void setTable(String table)

getTable

public String getTable()

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.ManyToOne clone()
Overrides:
clone in class Object


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