public class ExtFormCandidatesInfo extends Object implements Cloneable, Serializable
ExtFieldCandidatesInfo class returns information about all the columns/fields candidates for an
external compound form.| Constructor and Description |
|---|
ExtFormCandidatesInfo() |
ExtFormCandidatesInfo(String vendorName,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self
|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
|
String |
getTableName() |
String |
getVendorName() |
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
String |
toString()
Returns a string description of the object.
|
public final String getTableName()
public final String getVendorName()
public String toString()
public int hashCode()
public boolean equals(Object obj)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException? Copyright 2013 BMC Software, Inc.