Groovy Documentation

com.ace.mws.mam
[Groovy] Class FundConstraint

java.lang.Object
  com.ace.mws.mam.FundConstraint

class FundConstraint

A constraint defines how credits must be used for an fund.

Authors:
bsaville


Field Summary
private String fundId

The fund ID that this constraint is associated with.

private String id

The unique identifier of this constraint.

private String name

The name of the constraint.

private String value

The value of the constraint.

 
Constructor Summary
FundConstraint()

 
Method Summary
String getFundId()

The fund ID that this constraint is associated with.

String getId()

The unique identifier of this constraint.

String getName()

The name of the constraint.

String getValue()

The value of the constraint.

void setFundId(String fundId)

The fund ID that this constraint is associated with.

void setId(String id)

The unique identifier of this constraint.

void setName(String name)

The name of the constraint.

void setValue(String value)

The value of the constraint.

String toString()

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

Field Detail

fundId

private String fundId
The fund ID that this constraint is associated with.


id

private String id
The unique identifier of this constraint.


name

private String name
The name of the constraint.


value

private String value
The value of the constraint. The constraint may be negated by the used of an exclamation point leading the value.


 
Constructor Detail

FundConstraint

FundConstraint()


 
Method Detail

getFundId

String getFundId()
The fund ID that this constraint is associated with.


getId

String getId()
The unique identifier of this constraint.


getName

String getName()
The name of the constraint.


getValue

String getValue()
The value of the constraint. The constraint may be negated by the used of an exclamation point leading the value.


setFundId

void setFundId(String fundId)
The fund ID that this constraint is associated with.


setId

void setId(String id)
The unique identifier of this constraint.


setName

void setName(String name)
The name of the constraint.


setValue

void setValue(String value)
The value of the constraint. The constraint may be negated by the used of an exclamation point leading the value.


toString

String toString()


 

Groovy Documentation