wt.fc
Interface QueryKey

All Superinterfaces:
NetFactor, ObjectMappable, Serializable
All Known Implementing Classes:
DataOccurrenceForeignKey, ObjectIdentifier, StringKey, UsesOccurrenceForeignKey, VersionForeignKey

public interface QueryKey
extends ObjectMappable

Interface that defines the properties of an object that allow it to be queried out of persistent storage and to perform comparison operations against an object using those properties.

Supported API: true

Extendable: true


Field Summary
static String CLASSNAME
          Label for the attribute.
 
Method Summary
 QuerySpec appendKeyCriteria(QuerySpec qs)
          

Supported API: false
 boolean equals(Object obj)
          

Supported API: false
 String getClassname()
          Gets the value of the attribute: CLASSNAME.
 int hashCode()
          

Supported API: false
 void setClassname(String a_Classname)
          Sets the value of the attribute: CLASSNAME.
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 

Field Detail

CLASSNAME

public static final String CLASSNAME
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getClassname

public String getClassname()
Gets the value of the attribute: CLASSNAME.

Supported API: false

Returns:
String

setClassname

public void setClassname(String a_Classname)
Sets the value of the attribute: CLASSNAME.

Supported API: false

Parameters:
a_Classname -

equals

public boolean equals(Object obj)


Supported API: false

Parameters:
obj -
Returns:
boolean

hashCode

public int hashCode()


Supported API: false

Returns:
int

appendKeyCriteria

public QuerySpec appendKeyCriteria(QuerySpec qs)
                            throws WTException


Supported API: false

Parameters:
qs -
Returns:
QuerySpec
Throws:
WTException