Groovy Documentation

com.ace.mws.jobs
[Groovy] Class JobRequirementAttribute

java.lang.Object
  com.ace.mws.jobs.JobRequirementAttribute

class JobRequirementAttribute

Field Summary
private String comparator

The comparison operator.

private String name

The name of the required attribute.

private String value

The value of the required attribute.

 
Constructor Summary
JobRequirementAttribute()

 
Method Summary
String getComparator()

The comparison operator.

String getName()

The name of the required attribute.

String getValue()

The value of the required attribute.

void setComparator(String comparator)

The comparison operator.

void setName(String name)

The name of the required attribute.

void setValue(String value)

The value of the required attribute.

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

comparator

private String comparator
The comparison operator. Valid values:

>=
>
<=
<
=


name

private String name
The name of the required attribute.


value

private String value
The value of the required attribute.


 
Constructor Detail

JobRequirementAttribute

JobRequirementAttribute()


 
Method Detail

getComparator

String getComparator()
The comparison operator. Valid values:

>=
>
<=
<
=


getName

String getName()
The name of the required attribute.


getValue

String getValue()
The value of the required attribute.


setComparator

void setComparator(String comparator)
The comparison operator. Valid values:

>=
>
<=
<
=


setName

void setName(String name)
The name of the required attribute.


setValue

void setValue(String value)
The value of the required attribute.


toString

String toString()


 

Groovy Documentation