Open Kilda Java Documentation
org.openkilda.entity.User Class Reference
Inheritance diagram for org.openkilda.entity.User:
org.openkilda.entity.BaseEntity

Public Member Functions

Set< RolegetRoles ()
 
void setRoles (Set< Role > roles)
 
Long getUserId ()
 
void setUserId (Long userId)
 
String getUsername ()
 
void setUsername (String username)
 
String getPassword ()
 
void setPassword (String password)
 
String getName ()
 
void setName (String name)
 
String getEmail ()
 
void setEmail (String email)
 
Timestamp getLoginTime ()
 
void setLoginTime (Timestamp loginTime)
 
Timestamp getLogoutTime ()
 
void setLogoutTime (Timestamp logoutTime)
 
Boolean getActiveFlag ()
 
void setActiveFlag (Boolean activeFlag)
 
String getIsAuthorized ()
 
void setIsAuthorized (String isAuthorized)
 
- Public Member Functions inherited from org.openkilda.entity.BaseEntity
Long getCreatedBy ()
 
void setCreatedBy (Long createdBy)
 
Date getCreatedDate ()
 
void setCreatedDate (Date createdDate)
 
Long getUpdatedBy ()
 
void setUpdatedBy (Long updatedBy)
 
Date getUpdatedDate ()
 
void setUpdatedDate (Date updatedDate)
 

Detailed Description

The Class User.

Author
Gaurav Chugh

Definition at line 26 of file User.java.

Member Function Documentation

◆ getActiveFlag()

Boolean org.openkilda.entity.User.getActiveFlag ( )

Gets the active flag.

Returns
the active flag

Definition at line 224 of file User.java.

◆ getEmail()

String org.openkilda.entity.User.getEmail ( )

Gets the email.

Returns
the email

Definition at line 170 of file User.java.

◆ getIsAuthorized()

String org.openkilda.entity.User.getIsAuthorized ( )

Gets the checks if is authorized.

Returns
the checks if is authorized

Definition at line 242 of file User.java.

◆ getLoginTime()

Timestamp org.openkilda.entity.User.getLoginTime ( )

Gets the login time.

Returns
the login time

Definition at line 188 of file User.java.

◆ getLogoutTime()

Timestamp org.openkilda.entity.User.getLogoutTime ( )

Gets the logout time.

Returns
the logout time

Definition at line 206 of file User.java.

◆ getName()

String org.openkilda.entity.User.getName ( )

Gets the name.

Returns
the name

Definition at line 152 of file User.java.

◆ getPassword()

String org.openkilda.entity.User.getPassword ( )

Gets the password.

Returns
the password

Definition at line 134 of file User.java.

◆ getRoles()

Set<Role> org.openkilda.entity.User.getRoles ( )

Gets the roles.

Returns
the roles

Definition at line 80 of file User.java.

◆ getUserId()

Long org.openkilda.entity.User.getUserId ( )

Gets the user id.

Returns
the user id

Definition at line 98 of file User.java.

◆ getUsername()

String org.openkilda.entity.User.getUsername ( )

Gets the username.

Returns
the username

Definition at line 116 of file User.java.

◆ setActiveFlag()

void org.openkilda.entity.User.setActiveFlag ( Boolean  activeFlag)

Sets the active flag.

Parameters
activeFlagthe new active flag

Definition at line 233 of file User.java.

◆ setEmail()

void org.openkilda.entity.User.setEmail ( String  email)

Sets the email.

Parameters
emailthe new email

Definition at line 179 of file User.java.

◆ setIsAuthorized()

void org.openkilda.entity.User.setIsAuthorized ( String  isAuthorized)

Sets the checks if is authorized.

Parameters
isAuthorizedthe new checks if is authorized

Definition at line 251 of file User.java.

◆ setLoginTime()

void org.openkilda.entity.User.setLoginTime ( Timestamp  loginTime)

Sets the login time.

Parameters
loginTimethe new login time

Definition at line 197 of file User.java.

◆ setLogoutTime()

void org.openkilda.entity.User.setLogoutTime ( Timestamp  logoutTime)

Sets the logout time.

Parameters
logoutTimethe new logout time

Definition at line 215 of file User.java.

◆ setName()

void org.openkilda.entity.User.setName ( String  name)

Sets the name.

Parameters
namethe new name

Definition at line 161 of file User.java.

◆ setPassword()

void org.openkilda.entity.User.setPassword ( String  password)

Sets the password.

Parameters
passwordthe new password

Definition at line 143 of file User.java.

◆ setRoles()

void org.openkilda.entity.User.setRoles ( Set< Role roles)

Sets the roles.

Parameters
rolesthe new roles

Definition at line 89 of file User.java.

◆ setUserId()

void org.openkilda.entity.User.setUserId ( Long  userId)

Sets the user id.

Parameters
userIdthe new user id

Definition at line 107 of file User.java.

◆ setUsername()

void org.openkilda.entity.User.setUsername ( String  username)

Sets the username.

Parameters
usernamethe new username

Definition at line 125 of file User.java.


The documentation for this class was generated from the following file: