com.uwyn.rife.site
Class ConstrainedProperty.ManyToOne
java.lang.Object
com.uwyn.rife.site.ConstrainedProperty.ManyToOne
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- ConstrainedProperty<T extends ConstrainedProperty>
public class ConstrainedProperty.ManyToOne
- extends Object
- implements Cloneable
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)
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.