|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.dataops.archivesystem.WTArchiveQueryLink
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private String |
fromClause
|
private WTArchiveSystemBetClauseOper |
oper
|
private static String |
RESOURCE
|
private String |
toClause
|
Constructor Summary | |
WTArchiveQueryLink(String from,
String to,
WTArchiveSystemBetClauseOper op)
Supported API: false |
Method Summary | |
private void |
fromClauseValidate(String a_FromClause)
|
String |
getFromClause()
Gets the value of the attribute: fromClause. |
WTArchiveSystemBetClauseOper |
getOper()
Gets the value of the attribute: oper. |
String |
getToClause()
Gets the value of the attribute: toClause. |
void |
setFromClause(String a_FromClause)
Sets the value of the attribute: fromClause. |
void |
setOper(WTArchiveSystemBetClauseOper a_Oper)
Sets the value of the attribute: oper. |
void |
setToClause(String a_ToClause)
Sets the value of the attribute: toClause. |
private void |
toClauseValidate(String a_ToClause)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String fromClause
private String toClause
private WTArchiveSystemBetClauseOper oper
Constructor Detail |
public WTArchiveQueryLink(String from, String to, WTArchiveSystemBetClauseOper op)
from
- to
- op
- Method Detail |
public String getFromClause()
public void setFromClause(String a_FromClause) throws WTPropertyVetoException
a_FromClause
-
WTPropertyVetoException
private void fromClauseValidate(String a_FromClause) throws WTPropertyVetoException
a_FromClause
-
WTPropertyVetoException
public String getToClause()
public void setToClause(String a_ToClause) throws WTPropertyVetoException
a_ToClause
-
WTPropertyVetoException
private void toClauseValidate(String a_ToClause) throws WTPropertyVetoException
a_ToClause
-
WTPropertyVetoException
public WTArchiveSystemBetClauseOper getOper()
public void setOper(WTArchiveSystemBetClauseOper a_Oper) throws WTPropertyVetoException
a_Oper
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |