|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String CLASSNAME
Method Detail |
public String getClassname()
public void setClassname(String a_Classname)
a_Classname
- public boolean equals(Object obj)
obj
-
public int hashCode()
public QuerySpec appendKeyCriteria(QuerySpec qs) throws WTException
qs
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |