Groovy Documentation

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

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

class User

Field Summary
private boolean accountExpired

private boolean accountLocked

private boolean enabled

private Long id

private String password

private boolean passwordExpired

private static long serialVersionUID

private String username

 
Constructor Summary
User()

 
Method Summary
boolean getAccountExpired()

boolean getAccountLocked()

boolean getEnabled()

Long getId()

String getPassword()

boolean getPasswordExpired()

String getUsername()

void setAccountExpired(boolean accountExpired)

void setAccountLocked(boolean accountLocked)

void setEnabled(boolean enabled)

void setId(Long id)

void setPassword(String password)

void setPasswordExpired(boolean passwordExpired)

void setUsername(String username)

String toString()

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

Field Detail

accountExpired

private boolean accountExpired


accountLocked

private boolean accountLocked


enabled

private boolean enabled


id

private Long id


password

private String password


passwordExpired

private boolean passwordExpired


serialVersionUID

private static final long serialVersionUID


username

private String username


 
Constructor Detail

User

User()


 
Method Detail

getAccountExpired

boolean getAccountExpired()


getAccountLocked

boolean getAccountLocked()


getEnabled

boolean getEnabled()


getId

Long getId()


getPassword

String getPassword()


getPasswordExpired

boolean getPasswordExpired()


getUsername

String getUsername()


setAccountExpired

void setAccountExpired(boolean accountExpired)


setAccountLocked

void setAccountLocked(boolean accountLocked)


setEnabled

void setEnabled(boolean enabled)


setId

void setId(Long id)


setPassword

void setPassword(String password)


setPasswordExpired

void setPasswordExpired(boolean passwordExpired)


setUsername

void setUsername(String username)


toString

String toString()


 

Groovy Documentation