org.kuali.common.impex.model
Class Index
java.lang.Object
org.kuali.common.impex.model.Constraint
org.kuali.common.impex.model.Index
- All Implemented Interfaces:
- NamedElement
public class Index
- extends Constraint
Field Summary |
protected boolean |
unique
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
unique
protected boolean unique
Index
public Index()
Index
public Index(List<String> colNames,
String name)
Index
public Index(List<String> colNames,
String name,
boolean unique)
isUnique
public boolean isUnique()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.