wt.dataops.archivesystem
Class WTArchiveQueryLink

java.lang.Object
  extended bywt.dataops.archivesystem.WTArchiveQueryLink
All Implemented Interfaces:
Serializable

public class WTArchiveQueryLink
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

fromClause

private String fromClause

toClause

private String toClause

oper

private WTArchiveSystemBetClauseOper oper
Constructor Detail

WTArchiveQueryLink

public WTArchiveQueryLink(String from,
                          String to,
                          WTArchiveSystemBetClauseOper op)


Supported API: false

Parameters:
from -
to -
op -
Method Detail

getFromClause

public String getFromClause()
Gets the value of the attribute: fromClause.

Supported API: false

Returns:
String

setFromClause

public void setFromClause(String a_FromClause)
                   throws WTPropertyVetoException
Sets the value of the attribute: fromClause.

Supported API: false

Parameters:
a_FromClause -
Throws:
WTPropertyVetoException

fromClauseValidate

private void fromClauseValidate(String a_FromClause)
                         throws WTPropertyVetoException
Parameters:
a_FromClause -
Throws:
WTPropertyVetoException

getToClause

public String getToClause()
Gets the value of the attribute: toClause.

Supported API: false

Returns:
String

setToClause

public void setToClause(String a_ToClause)
                 throws WTPropertyVetoException
Sets the value of the attribute: toClause.

Supported API: false

Parameters:
a_ToClause -
Throws:
WTPropertyVetoException

toClauseValidate

private void toClauseValidate(String a_ToClause)
                       throws WTPropertyVetoException
Parameters:
a_ToClause -
Throws:
WTPropertyVetoException

getOper

public WTArchiveSystemBetClauseOper getOper()
Gets the value of the attribute: oper.

Supported API: false

Returns:
WTArchiveSystemBetClauseOper

setOper

public void setOper(WTArchiveSystemBetClauseOper a_Oper)
             throws WTPropertyVetoException
Sets the value of the attribute: oper.

Supported API: false

Parameters:
a_Oper -
Throws:
WTPropertyVetoException