📄 authview.java
字号:
package org.self.hrm.model;
import java.util.Date;
/**
* AuthViewId entity.
*
* @author MyEclipse Persistence Tools
*/
public class AuthView implements java.io.Serializable {
// Fields
private String userId;
private String userPassword;
private String userName;
private String userRealName;
private Date userLastLoginTime;
private Long userLoginStatus;
private Long userIsConcurrent;
private String roleId;
private String roleName;
private String roleMemo;
private String actionId;
private String actionName;
private String actionFrom;
private String actionTo;
private String actionPage;
private String actionStatusbar;
private String actionMenuId;
private String actionType;
private String actionForm;
private String actionJavascript;
private String menuId;
private String menuName;
private String menuMemo;
private String menuUrl;
private Long menuWelcome;
private String menuIntroduce;
// Constructors
/** default constructor */
public AuthView() {
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getUserPassword() {
return this.userPassword;
}
public void setUserPassword(String userPassword) {
this.userPassword = userPassword;
}
public String getUserName() {
return this.userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
public String getUserRealName() {
return this.userRealName;
}
public void setUserRealName(String userRealName) {
this.userRealName = userRealName;
}
public Date getUserLastLoginTime() {
return this.userLastLoginTime;
}
public void setUserLastLoginTime(Date userLastLoginTime) {
this.userLastLoginTime = userLastLoginTime;
}
public Long getUserLoginStatus() {
return this.userLoginStatus;
}
public void setUserLoginStatus(Long userLoginStatus) {
this.userLoginStatus = userLoginStatus;
}
public Long getUserIsConcurrent() {
return this.userIsConcurrent;
}
public void setUserIsConcurrent(Long userIsConcurrent) {
this.userIsConcurrent = userIsConcurrent;
}
public String getRoleId() {
return this.roleId;
}
public void setRoleId(String roleId) {
this.roleId = roleId;
}
public String getRoleName() {
return this.roleName;
}
public void setRoleName(String roleName) {
this.roleName = roleName;
}
public String getRoleMemo() {
return this.roleMemo;
}
public void setRoleMemo(String roleMemo) {
this.roleMemo = roleMemo;
}
public String getActionId() {
return this.actionId;
}
public void setActionId(String actionId) {
this.actionId = actionId;
}
public String getActionName() {
return this.actionName;
}
public void setActionName(String actionName) {
this.actionName = actionName;
}
public String getActionFrom() {
return this.actionFrom;
}
public void setActionFrom(String actionFrom) {
this.actionFrom = actionFrom;
}
public String getActionTo() {
return this.actionTo;
}
public void setActionTo(String actionTo) {
this.actionTo = actionTo;
}
public String getActionPage() {
return this.actionPage;
}
public void setActionPage(String actionPage) {
this.actionPage = actionPage;
}
public String getActionStatusbar() {
return this.actionStatusbar;
}
public void setActionStatusbar(String actionStatusbar) {
this.actionStatusbar = actionStatusbar;
}
public String getActionMenuId() {
return this.actionMenuId;
}
public void setActionMenuId(String actionMenuId) {
this.actionMenuId = actionMenuId;
}
public String getActionType() {
return this.actionType;
}
public void setActionType(String actionType) {
this.actionType = actionType;
}
public String getActionForm() {
return this.actionForm;
}
public void setActionForm(String actionForm) {
this.actionForm = actionForm;
}
public String getActionJavascript() {
return this.actionJavascript;
}
public void setActionJavascript(String actionJavascript) {
this.actionJavascript = actionJavascript;
}
public String getMenuId() {
return this.menuId;
}
public void setMenuId(String menuId) {
this.menuId = menuId;
}
public String getMenuName() {
return this.menuName;
}
public void setMenuName(String menuName) {
this.menuName = menuName;
}
public String getMenuMemo() {
return this.menuMemo;
}
public void setMenuMemo(String menuMemo) {
this.menuMemo = menuMemo;
}
public String getMenuUrl() {
return this.menuUrl;
}
public void setMenuUrl(String menuUrl) {
this.menuUrl = menuUrl;
}
public Long getMenuWelcome() {
return this.menuWelcome;
}
public void setMenuWelcome(Long menuWelcome) {
this.menuWelcome = menuWelcome;
}
public String getMenuIntroduce() {
return this.menuIntroduce;
}
public void setMenuIntroduce(String menuIntroduce) {
this.menuIntroduce = menuIntroduce;
}
public boolean equals(Object other) {
if ((this == other))
return true;
if ((other == null))
return false;
if (!(other instanceof AuthView))
return false;
AuthView castOther = (AuthView) other;
return ((this.getUserId() == castOther.getUserId()) || (this
.getUserId() != null
&& castOther.getUserId() != null && this.getUserId().equals(
castOther.getUserId())))
&& ((this.getUserPassword() == castOther.getUserPassword()) || (this
.getUserPassword() != null
&& castOther.getUserPassword() != null && this
.getUserPassword().equals(castOther.getUserPassword())))
&& ((this.getUserName() == castOther.getUserName()) || (this
.getUserName() != null
&& castOther.getUserName() != null && this
.getUserName().equals(castOther.getUserName())))
&& ((this.getUserRealName() == castOther.getUserRealName()) || (this
.getUserRealName() != null
&& castOther.getUserRealName() != null && this
.getUserRealName().equals(castOther.getUserRealName())))
&& ((this.getUserLastLoginTime() == castOther
.getUserLastLoginTime()) || (this
.getUserLastLoginTime() != null
&& castOther.getUserLastLoginTime() != null && this
.getUserLastLoginTime().equals(
castOther.getUserLastLoginTime())))
&& ((this.getUserLoginStatus() == castOther
.getUserLoginStatus()) || (this.getUserLoginStatus() != null
&& castOther.getUserLoginStatus() != null && this
.getUserLoginStatus().equals(
castOther.getUserLoginStatus())))
&& ((this.getUserIsConcurrent() == castOther
.getUserIsConcurrent()) || (this.getUserIsConcurrent() != null
&& castOther.getUserIsConcurrent() != null && this
.getUserIsConcurrent().equals(
castOther.getUserIsConcurrent())))
&& ((this.getRoleId() == castOther.getRoleId()) || (this
.getRoleId() != null
&& castOther.getRoleId() != null && this.getRoleId()
.equals(castOther.getRoleId())))
&& ((this.getRoleName() == castOther.getRoleName()) || (this
.getRoleName() != null
&& castOther.getRoleName() != null && this
.getRoleName().equals(castOther.getRoleName())))
&& ((this.getRoleMemo() == castOther.getRoleMemo()) || (this
.getRoleMemo() != null
&& castOther.getRoleMemo() != null && this
.getRoleMemo().equals(castOther.getRoleMemo())))
&& ((this.getActionId() == castOther.getActionId()) || (this
.getActionId() != null
&& castOther.getActionId() != null && this
.getActionId().equals(castOther.getActionId())))
&& ((this.getActionName() == castOther.getActionName()) || (this
.getActionName() != null
&& castOther.getActionName() != null && this
.getActionName().equals(castOther.getActionName())))
&& ((this.getActionFrom() == castOther.getActionFrom()) || (this
.getActionFrom() != null
&& castOther.getActionFrom() != null && this
.getActionFrom().equals(castOther.getActionFrom())))
&& ((this.getActionTo() == castOther.getActionTo()) || (this
.getActionTo() != null
&& castOther.getActionTo() != null && this
.getActionTo().equals(castOther.getActionTo())))
&& ((this.getActionPage() == castOther.getActionPage()) || (this
.getActionPage() != null
&& castOther.getActionPage() != null && this
.getActionPage().equals(castOther.getActionPage())))
&& ((this.getActionStatusbar() == castOther
.getActionStatusbar()) || (this.getActionStatusbar() != null
&& castOther.getActionStatusbar() != null && this
.getActionStatusbar().equals(
castOther.getActionStatusbar())))
&& ((this.getActionMenuId() == castOther.getActionMenuId()) || (this
.getActionMenuId() != null
&& castOther.getActionMenuId() != null && this
.getActionMenuId().equals(castOther.getActionMenuId())))
&& ((this.getActionType() == castOther.getActionType()) || (this
.getActionType() != null
&& castOther.getActionType() != null && this
.getActionType().equals(castOther.getActionType())))
&& ((this.getActionForm() == castOther.getActionForm()) || (this
.getActionForm() != null
&& castOther.getActionForm() != null && this
.getActionForm().equals(castOther.getActionForm())))
&& ((this.getActionJavascript() == castOther
.getActionJavascript()) || (this.getActionJavascript() != null
&& castOther.getActionJavascript() != null && this
.getActionJavascript().equals(
castOther.getActionJavascript())))
&& ((this.getMenuId() == castOther.getMenuId()) || (this
.getMenuId() != null
&& castOther.getMenuId() != null && this.getMenuId()
.equals(castOther.getMenuId())))
&& ((this.getMenuName() == castOther.getMenuName()) || (this
.getMenuName() != null
&& castOther.getMenuName() != null && this
.getMenuName().equals(castOther.getMenuName())))
&& ((this.getMenuMemo() == castOther.getMenuMemo()) || (this
.getMenuMemo() != null
&& castOther.getMenuMemo() != null && this
.getMenuMemo().equals(castOther.getMenuMemo())))
&& ((this.getMenuUrl() == castOther.getMenuUrl()) || (this
.getMenuUrl() != null
&& castOther.getMenuUrl() != null && this.getMenuUrl()
.equals(castOther.getMenuUrl())))
&& ((this.getMenuWelcome() == castOther.getMenuWelcome()) || (this
.getMenuWelcome() != null
&& castOther.getMenuWelcome() != null && this
.getMenuWelcome().equals(castOther.getMenuWelcome())))
&& ((this.getMenuIntroduce() == castOther.getMenuIntroduce()) || (this
.getMenuIntroduce() != null
&& castOther.getMenuIntroduce() != null && this
.getMenuIntroduce()
.equals(castOther.getMenuIntroduce())));
}
public int hashCode() {
int result = 17;
result = 37 * result
+ (getUserId() == null ? 0 : this.getUserId().hashCode());
result = 37
* result
+ (getUserPassword() == null ? 0 : this.getUserPassword()
.hashCode());
result = 37 * result
+ (getUserName() == null ? 0 : this.getUserName().hashCode());
result = 37
* result
+ (getUserRealName() == null ? 0 : this.getUserRealName()
.hashCode());
result = 37
* result
+ (getUserLastLoginTime() == null ? 0 : this
.getUserLastLoginTime().hashCode());
result = 37
* result
+ (getUserLoginStatus() == null ? 0 : this.getUserLoginStatus()
.hashCode());
result = 37
* result
+ (getUserIsConcurrent() == null ? 0 : this
.getUserIsConcurrent().hashCode());
result = 37 * result
+ (getRoleId() == null ? 0 : this.getRoleId().hashCode());
result = 37 * result
+ (getRoleName() == null ? 0 : this.getRoleName().hashCode());
result = 37 * result
+ (getRoleMemo() == null ? 0 : this.getRoleMemo().hashCode());
result = 37 * result
+ (getActionId() == null ? 0 : this.getActionId().hashCode());
result = 37
* result
+ (getActionName() == null ? 0 : this.getActionName()
.hashCode());
result = 37
* result
+ (getActionFrom() == null ? 0 : this.getActionFrom()
.hashCode());
result = 37 * result
+ (getActionTo() == null ? 0 : this.getActionTo().hashCode());
result = 37
* result
+ (getActionPage() == null ? 0 : this.getActionPage()
.hashCode());
result = 37
* result
+ (getActionStatusbar() == null ? 0 : this.getActionStatusbar()
.hashCode());
result = 37
* result
+ (getActionMenuId() == null ? 0 : this.getActionMenuId()
.hashCode());
result = 37
* result
+ (getActionType() == null ? 0 : this.getActionType()
.hashCode());
result = 37
* result
+ (getActionForm() == null ? 0 : this.getActionForm()
.hashCode());
result = 37
* result
+ (getActionJavascript() == null ? 0 : this
.getActionJavascript().hashCode());
result = 37 * result
+ (getMenuId() == null ? 0 : this.getMenuId().hashCode());
result = 37 * result
+ (getMenuName() == null ? 0 : this.getMenuName().hashCode());
result = 37 * result
+ (getMenuMemo() == null ? 0 : this.getMenuMemo().hashCode());
result = 37 * result
+ (getMenuUrl() == null ? 0 : this.getMenuUrl().hashCode());
result = 37
* result
+ (getMenuWelcome() == null ? 0 : this.getMenuWelcome()
.hashCode());
result = 37
* result
+ (getMenuIntroduce() == null ? 0 : this.getMenuIntroduce()
.hashCode());
return result;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -