com.ptc.windchill.cadx.search
Class IBAQueryObject

java.lang.Object
  extended bycom.ptc.windchill.cadx.search.IBAQueryObject
All Implemented Interfaces:
Serializable

public class IBAQueryObject
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  long attrID
           
private static String CLASSNAME
           
private  String denominator
           
private  String op
           
private static String RESOURCE
           
private  String value
           
 
Constructor Summary
IBAQueryObject(long attrID, String op, String value, String denominator)
          

Supported API: false
 
Method Summary
private  void denominatorValidate(String a_Denominator)
           
 long getAttrID()
          Gets the value of the attribute: attrID.
 String getDenominator()
          Gets the value of the attribute: denominator.
 String getOp()
          Gets the value of the attribute: op.
 String getValue()
          Gets the value of the attribute: value.
private  void opValidate(String a_Op)
           
 void setAttrID(long a_AttrID)
          Sets the value of the attribute: attrID.
 void setDenominator(String a_Denominator)
          Sets the value of the attribute: denominator.
 void setOp(String a_Op)
          Sets the value of the attribute: op.
 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

attrID

private long attrID

op

private String op

value

private String value

denominator

private String denominator
Constructor Detail

IBAQueryObject

public IBAQueryObject(long attrID,
                      String op,
                      String value,
                      String denominator)


Supported API: false

Parameters:
attrID -
op -
value -
denominator -
Method Detail

getAttrID

public long getAttrID()
Gets the value of the attribute: attrID.

Supported API: false

Returns:
long

setAttrID

public void setAttrID(long a_AttrID)
               throws WTPropertyVetoException
Sets the value of the attribute: attrID.

Supported API: false

Parameters:
a_AttrID -
Throws:
WTPropertyVetoException

getOp

public String getOp()
Gets the value of the attribute: op.

Supported API: false

Returns:
String

setOp

public void setOp(String a_Op)
           throws WTPropertyVetoException
Sets the value of the attribute: op.

Supported API: false

Parameters:
a_Op -
Throws:
WTPropertyVetoException

opValidate

private void opValidate(String a_Op)
                 throws WTPropertyVetoException
Parameters:
a_Op -
Throws:
WTPropertyVetoException

getValue

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

Supported API: false

Returns:
String

setValue

public 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

getDenominator

public String getDenominator()
Gets the value of the attribute: denominator.

Supported API: false

Returns:
String

setDenominator

public void setDenominator(String a_Denominator)
                    throws WTPropertyVetoException
Sets the value of the attribute: denominator.

Supported API: false

Parameters:
a_Denominator -
Throws:
WTPropertyVetoException

denominatorValidate

private void denominatorValidate(String a_Denominator)
                          throws WTPropertyVetoException
Parameters:
a_Denominator -
Throws:
WTPropertyVetoException