|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.IntLimit
class IntLimit
| Field Summary | |
|---|---|
private Long |
id
|
private String |
qualifier
One of:
|
private static long |
serialVersionUID
|
private Integer |
value
|
| Constructor Summary | |
IntLimit()
|
|
| Method Summary | |
|---|---|
Long
|
getId()
|
String
|
getQualifier()
One of:
|
Integer
|
getValue()
|
void
|
setId(Long id)
|
void
|
setQualifier(String qualifier)
One of:
|
void
|
setValue(Integer value)
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Long id
private String qualifier
private static final long serialVersionUID
private Integer value
| Constructor Detail |
|---|
IntLimit()
| Method Detail |
|---|
Long getId()
String getQualifier()
Integer getValue()
void setId(Long id)
void setQualifier(String qualifier)
void setValue(Integer value)
String toString()
Groovy Documentation