|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.IndexInfo
public class IndexInfo
The IndexInfo
class defines which fields are indexed on the form.
Constructor Summary | |
---|---|
IndexInfo()
|
|
IndexInfo(List<Integer> ids,
boolean unique,
String name)
Constructs a new IndexInfo object. |
Method Summary | |
---|---|
Object |
clone()
Makes a copy of the object. |
boolean |
equals(Object obj)
Use this method for checking equality. |
List<Integer> |
getIndexFields()
Returns fields indexed for form. |
String |
getIndexName()
Returns name of index. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
boolean |
isUnique()
Returns list of fields with unique indexes. |
void |
setIndexFields(List<Integer> ids)
Sets fields indexed for form. |
void |
setIndexName(String name)
Sets name of index. |
void |
setUnique(boolean flag)
Sets unique index on fields. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IndexInfo()
public IndexInfo(List<Integer> ids, boolean unique, String name)
IndexInfo
object.
ids
- The InternalID
of the fields.unique
- A boolean value to indicate whether the index is unique.name
- Name of the index.Method Detail |
---|
public List<Integer> getIndexFields()
public void setIndexFields(List<Integer> ids)
public boolean isUnique()
public void setUnique(boolean flag)
public String getIndexName()
public void setIndexName(String name)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |