|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttoolkit.db.api.SubLinkInfo
public class SubLinkInfo
Class SubLinkInfo wraps all info of related sublinks.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares this SubLinkInfo with the specified object. |
java.lang.String |
getOperator()
Gets the value of the operator. |
ColumnInfo |
getSubColumn()
Gets the ColumnInfo of this SubLinkInfo. |
java.lang.String |
getValue()
Gets the value of this SubLinkInfo represented in string. |
java.lang.String |
toString()
Returns a string representing this SubLinkInfo's values. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public ColumnInfo getSubColumn()
public java.lang.String getOperator()
public java.lang.String getValue()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
className@hashCode[ columnMappingName | operator | value ]
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||