Groovy Documentation

com.ace.mws
[Groovy] Class IntLimit

java.lang.Object
  com.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

id

private Long id


qualifier

private String qualifier
One of:


serialVersionUID

private static final long serialVersionUID


value

private Integer value


 
Constructor Detail

IntLimit

IntLimit()


 
Method Detail

getId

Long getId()


getQualifier

String getQualifier()
One of:


getValue

Integer getValue()


setId

void setId(Long id)


setQualifier

void setQualifier(String qualifier)
One of:


setValue

void setValue(Integer value)


toString

String toString()


 

Groovy Documentation