wt.dataops.archivesystem
Class WTArchiveSystemQueryClause

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

public class WTArchiveSystemQueryClause
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  String id
           
private  WTArchiveSystemInClauseOper inOper
           
private  String name
           
private static String RESOURCE
           
private  String value
           
 
Constructor Summary
WTArchiveSystemQueryClause(String name, String value, WTArchiveSystemInClauseOper oper)
          

Supported API: false
 
Method Summary
protected  WTArchiveSystemInClauseOper getInOper()
          Gets the value of the attribute: inOper.
protected  String getName()
          Gets the value of the attribute: name.
protected  String getValue()
          Gets the value of the attribute: value.
protected  String getWTArchiveSystemQueryClauseId()
           
private  void nameValidate(String a_Name)
           
protected  void setInOper(WTArchiveSystemInClauseOper a_InOper)
          Sets the value of the attribute: inOper.
protected  void setName(String a_Name)
          Sets the value of the attribute: name.
protected  void setValue(String a_Value)
          Sets the value of the attribute: value.
private  void valueValidate(String a_Value)
           
 
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

name

private String name

value

private String value

inOper

private WTArchiveSystemInClauseOper inOper

id

private String id
Constructor Detail

WTArchiveSystemQueryClause

public WTArchiveSystemQueryClause(String name,
                                  String value,
                                  WTArchiveSystemInClauseOper oper)


Supported API: false

Parameters:
name -
value -
oper -
Method Detail

getName

protected String getName()
Gets the value of the attribute: name.

Supported API: false

Returns:
String

setName

protected void setName(String a_Name)
                throws WTPropertyVetoException
Sets the value of the attribute: name.

Supported API: false

Parameters:
a_Name -
Throws:
WTPropertyVetoException

nameValidate

private void nameValidate(String a_Name)
                   throws WTPropertyVetoException
Parameters:
a_Name -
Throws:
WTPropertyVetoException

getValue

protected String getValue()
Gets the value of the attribute: value.

Supported API: false

Returns:
String

setValue

protected void setValue(String a_Value)
                 throws WTPropertyVetoException
Sets the value of the attribute: value.

Supported API: false

Parameters:
a_Value -
Throws:
WTPropertyVetoException

valueValidate

private void valueValidate(String a_Value)
                    throws WTPropertyVetoException
Parameters:
a_Value -
Throws:
WTPropertyVetoException

getInOper

protected WTArchiveSystemInClauseOper getInOper()
Gets the value of the attribute: inOper.

Supported API: false

Returns:
WTArchiveSystemInClauseOper

setInOper

protected void setInOper(WTArchiveSystemInClauseOper a_InOper)
                  throws WTPropertyVetoException
Sets the value of the attribute: inOper.

Supported API: false

Parameters:
a_InOper -
Throws:
WTPropertyVetoException

getWTArchiveSystemQueryClauseId

protected String getWTArchiveSystemQueryClauseId()