|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.search.IBAQueryObject
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private long attrID
private String op
private String value
private String denominator
Constructor Detail |
public IBAQueryObject(long attrID, String op, String value, String denominator)
attrID
- op
- value
- denominator
- Method Detail |
public long getAttrID()
public void setAttrID(long a_AttrID) throws WTPropertyVetoException
a_AttrID
-
WTPropertyVetoException
public String getOp()
public void setOp(String a_Op) throws WTPropertyVetoException
a_Op
-
WTPropertyVetoException
private void opValidate(String a_Op) throws WTPropertyVetoException
a_Op
-
WTPropertyVetoException
public String getValue()
public void setValue(String a_Value) throws WTPropertyVetoException
a_Value
-
WTPropertyVetoException
private void valueValidate(String a_Value) throws WTPropertyVetoException
a_Value
-
WTPropertyVetoException
public String getDenominator()
public void setDenominator(String a_Denominator) throws WTPropertyVetoException
a_Denominator
-
WTPropertyVetoException
private void denominatorValidate(String a_Denominator) throws WTPropertyVetoException
a_Denominator
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |