?? abstractsys角色按鈕表id.java
字號(hào):
package hospital.Model;
/**
* AbstractSys角色按鈕表Id generated by MyEclipse - Hibernate Tools
*/
public abstract class AbstractSys角色按鈕表Id implements java.io.Serializable {
// Fields
private Sys按鈕表 sys按鈕表;
private Sys角色表 sys角色表;
// Constructors
/** default constructor */
public AbstractSys角色按鈕表Id() {
}
/** full constructor */
public AbstractSys角色按鈕表Id(Sys按鈕表 sys按鈕表, Sys角色表 sys角色表) {
this.sys按鈕表 = sys按鈕表;
this.sys角色表 = sys角色表;
}
// Property accessors
public Sys按鈕表 getSys按鈕表() {
return this.sys按鈕表;
}
public void setSys按鈕表(Sys按鈕表 sys按鈕表) {
this.sys按鈕表 = sys按鈕表;
}
public Sys角色表 getSys角色表() {
return this.sys角色表;
}
public void setSys角色表(Sys角色表 sys角色表) {
this.sys角色表 = sys角色表;
}
public boolean equals(Object other) {
if ( (this == other ) ) return true;
if ( (other == null ) ) return false;
if ( !(other instanceof AbstractSys角色按鈕表Id) ) return false;
AbstractSys角色按鈕表Id castOther = ( AbstractSys角色按鈕表Id ) other;
return ( (this.getSys按鈕表()==castOther.getSys按鈕表()) || ( this.getSys按鈕表()!=null && castOther.getSys按鈕表()!=null && this.getSys按鈕表().equals(castOther.getSys按鈕表()) ) ) && ( (this.getSys角色表()==castOther.getSys角色表()) || ( this.getSys角色表()!=null && castOther.getSys角色表()!=null && this.getSys角色表().equals(castOther.getSys角色表()) ) );
}
public int hashCode() {
int result = 17;
result = 37 * result + ( getSys按鈕表() == null ? 0 : this.getSys按鈕表().hashCode() );
result = 37 * result + ( getSys角色表() == null ? 0 : this.getSys角色表().hashCode() );
return result;
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -