|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.mam.FundConstraint
class FundConstraint
A constraint defines how credits must be used for an fund.
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 |
---|
private String fundId
private String id
private String name
private String value
Constructor Detail |
---|
FundConstraint()
Method Detail |
---|
String getFundId()
String getId()
String getName()
String getValue()
void setFundId(String fundId)
void setId(String id)
void setName(String name)
void setValue(String value)
String toString()
Groovy Documentation