org.kuali.common.impex.model
Class Index

java.lang.Object
  extended by org.kuali.common.impex.model.Constraint
      extended by org.kuali.common.impex.model.Index
All Implemented Interfaces:
NamedElement

public class Index
extends Constraint


Field Summary
protected  boolean unique
           
 
Fields inherited from class org.kuali.common.impex.model.Constraint
columnNames, name
 
Constructor Summary
Index()
           
Index(List<String> colNames, String name)
           
Index(List<String> colNames, String name, boolean unique)
           
 
Method Summary
 boolean isUnique()
           
 
Methods inherited from class org.kuali.common.impex.model.Constraint
getColumnNames, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unique

protected boolean unique
Constructor Detail

Index

public Index()

Index

public Index(List<String> colNames,
             String name)

Index

public Index(List<String> colNames,
             String name,
             boolean unique)
Method Detail

isUnique

public boolean isUnique()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.