Groovy Documentation

com.ace.mws.auth
[Groovy] Class Role

java.lang.Object
  com.ace.mws.auth.Role

class Role

Field Summary
private String authority

private Long id

private static long serialVersionUID

 
Constructor Summary
Role()

 
Method Summary
String getAuthority()

Long getId()

void setAuthority(String authority)

void setId(Long id)

String toString()

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

Field Detail

authority

private String authority


id

private Long id


serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

Role

Role()


 
Method Detail

getAuthority

String getAuthority()


getId

Long getId()


setAuthority

void setAuthority(String authority)


setId

void setId(Long id)


toString

String toString()


 

Groovy Documentation