• λ我爱Aspx >> Asp.Net >> struts和hibernate简单问题
  • struts和hibernate简单问题

  • :aspxer  Դ:csdn  :2007-7-6 2:38:00  ؼ:
  • this.firstname = firstname;

    }

    public java.lang.String getLastname(){

    return this.lastname;

    }

    public void setLastname(java.lang.String lastname){

    this.lastname = lastname;

    }

    public java.lang.Integer getAge(){

    return this.age;

    }

    public void setAge(java.lang.Integer age){

    this.age = age;

    }

    public java.util.Set getBookSet(){

    return this.bookSet;

    }

    public void setBookSet(java.util.Set bookSet){

    this.bookSet = bookSet;

    }

    public boolean equals(Object rhs){

    if (rhs == null)

    return false;

    if (! (rhs instanceof Customer))

    return false;

    Customer that = (Customer) rhs;

    if (this.getId() == null || that.getId() == null)

    return false;

    return (this.getId().equals(that.getId()));

    Ҷƪл˵?
  • һƪ如何遍历窗体上的控件并按TYPE给它定具体风格
    һƪ用spring创建sessionFactory时的错误