by.belsoft.report.tools.query
Class Criteria

java.lang.Object
  |
  +--by.belsoft.report.tools.query.Criteria

public class Criteria
extends java.lang.Object

The criteria bean

Author:
Ilya Kirillov

Constructor Summary
Criteria()
          Criteria default constructor
Criteria(java.lang.String andor, java.lang.String recType, java.lang.String field, java.lang.String criteria, java.lang.String value)
          Criteria default constructor
 
Method Summary
 java.lang.String getAndor()
          standard getter
 java.lang.String getCriteria()
          standard getter
 java.lang.String getField()
          standard getter
 java.lang.String getRecType()
          standard getter
 java.lang.String getRelation()
          standard getter
 java.lang.String getValue()
          standard getter
 void setAndor(java.lang.String andor)
          standard setter
 void setCriteria(java.lang.String criteria)
          standard setter
 void setField(java.lang.String field)
          standard setter
 void setRecType(java.lang.String recType)
          standard setter
 void setRelation(java.lang.String relation)
          standard setter
 void setValue(java.lang.String value)
          standard setter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Criteria

public Criteria()
Criteria default constructor


Criteria

public Criteria(java.lang.String andor,
                java.lang.String recType,
                java.lang.String field,
                java.lang.String criteria,
                java.lang.String value)
Criteria default constructor

Parameters:
andor - String and\or value
recType - String record type
field - String field name
criteria - String the criteria
value - String the value
Method Detail

getAndor

public java.lang.String getAndor()
standard getter

Returns:
Returns the andor.

setAndor

public void setAndor(java.lang.String andor)
standard setter

Parameters:
andor - The andor to set.

getCriteria

public java.lang.String getCriteria()
standard getter

Returns:
Returns the criteria.

setCriteria

public void setCriteria(java.lang.String criteria)
standard setter

Parameters:
criteria - The criteria to set.

getField

public java.lang.String getField()
standard getter

Returns:
Returns the field.

setField

public void setField(java.lang.String field)
standard setter

Parameters:
field - The field to set.

getRecType

public java.lang.String getRecType()
standard getter

Returns:
Returns the recType.

setRecType

public void setRecType(java.lang.String recType)
standard setter

Parameters:
recType - The recType to set.

getValue

public java.lang.String getValue()
standard getter

Returns:
Returns the value.

setValue

public void setValue(java.lang.String value)
standard setter

Parameters:
value - The value to set.

getRelation

public java.lang.String getRelation()
standard getter

Returns:
Returns the relation.

setRelation

public void setRelation(java.lang.String relation)
standard setter

Parameters:
relation - The relation to set.


Copyright © 2005 BelSoft Inc. All Rights Reserved.