⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tradelogid.java

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
        this.buyerid = buyerid;
    }

    public String getBuyer() {
        return this.buyer;
    }
    
    public void setBuyer(String buyer) {
        this.buyer = buyer;
    }

    public String getBuyercontact() {
        return this.buyercontact;
    }
    
    public void setBuyercontact(String buyercontact) {
        this.buyercontact = buyercontact;
    }

    public Short getBuyercredits() {
        return this.buyercredits;
    }
    
    public void setBuyercredits(Short buyercredits) {
        this.buyercredits = buyercredits;
    }

    public String getBuyermsg() {
        return this.buyermsg;
    }
    
    public void setBuyermsg(String buyermsg) {
        this.buyermsg = buyermsg;
    }

    public Byte getStatus() {
        return this.status;
    }
    
    public void setStatus(Byte status) {
        this.status = status;
    }

    public Integer getLastupdate() {
        return this.lastupdate;
    }
    
    public void setLastupdate(Integer lastupdate) {
        this.lastupdate = lastupdate;
    }

    public Byte getOffline() {
        return this.offline;
    }
    
    public void setOffline(Byte offline) {
        this.offline = offline;
    }

    public String getBuyername() {
        return this.buyername;
    }
    
    public void setBuyername(String buyername) {
        this.buyername = buyername;
    }

    public String getBuyerzip() {
        return this.buyerzip;
    }
    
    public void setBuyerzip(String buyerzip) {
        this.buyerzip = buyerzip;
    }

    public String getBuyerphone() {
        return this.buyerphone;
    }
    
    public void setBuyerphone(String buyerphone) {
        this.buyerphone = buyerphone;
    }

    public String getBuyermobile() {
        return this.buyermobile;
    }
    
    public void setBuyermobile(String buyermobile) {
        this.buyermobile = buyermobile;
    }

    public Byte getTransport() {
        return this.transport;
    }
    
    public void setTransport(Byte transport) {
        this.transport = transport;
    }

    public Short getTransportfee() {
        return this.transportfee;
    }
    
    public void setTransportfee(Short transportfee) {
        this.transportfee = transportfee;
    }

    public Double getBaseprice() {
        return this.baseprice;
    }
    
    public void setBaseprice(Double baseprice) {
        this.baseprice = baseprice;
    }

    public Byte getDiscount() {
        return this.discount;
    }
    
    public void setDiscount(Byte discount) {
        this.discount = discount;
    }

    public Byte getRatestatus() {
        return this.ratestatus;
    }
    
    public void setRatestatus(Byte ratestatus) {
        this.ratestatus = ratestatus;
    }

    public String getMessage() {
        return this.message;
    }
    
    public void setMessage(String message) {
        this.message = message;
    }
   



   public boolean equals(Object other) {
         if ( (this == other ) ) return true;
		 if ( (other == null ) ) return false;
		 if ( !(other instanceof TradelogId) ) return false;
		 TradelogId castOther = ( TradelogId ) other; 
         
		 return ( (this.getTid()==castOther.getTid()) || ( this.getTid()!=null && castOther.getTid()!=null && this.getTid().equals(castOther.getTid()) ) )
 && ( (this.getPid()==castOther.getPid()) || ( this.getPid()!=null && castOther.getPid()!=null && this.getPid().equals(castOther.getPid()) ) )
 && ( (this.getOrderid()==castOther.getOrderid()) || ( this.getOrderid()!=null && castOther.getOrderid()!=null && this.getOrderid().equals(castOther.getOrderid()) ) )
 && ( (this.getTradeno()==castOther.getTradeno()) || ( this.getTradeno()!=null && castOther.getTradeno()!=null && this.getTradeno().equals(castOther.getTradeno()) ) )
 && ( (this.getSubject()==castOther.getSubject()) || ( this.getSubject()!=null && castOther.getSubject()!=null && this.getSubject().equals(castOther.getSubject()) ) )
 && ( (this.getPrice()==castOther.getPrice()) || ( this.getPrice()!=null && castOther.getPrice()!=null && this.getPrice().equals(castOther.getPrice()) ) )
 && ( (this.getQuality()==castOther.getQuality()) || ( this.getQuality()!=null && castOther.getQuality()!=null && this.getQuality().equals(castOther.getQuality()) ) )
 && ( (this.getItemtype()==castOther.getItemtype()) || ( this.getItemtype()!=null && castOther.getItemtype()!=null && this.getItemtype().equals(castOther.getItemtype()) ) )
 && ( (this.getNumber()==castOther.getNumber()) || ( this.getNumber()!=null && castOther.getNumber()!=null && this.getNumber().equals(castOther.getNumber()) ) )
 && ( (this.getTax()==castOther.getTax()) || ( this.getTax()!=null && castOther.getTax()!=null && this.getTax().equals(castOther.getTax()) ) )
 && ( (this.getLocus()==castOther.getLocus()) || ( this.getLocus()!=null && castOther.getLocus()!=null && this.getLocus().equals(castOther.getLocus()) ) )
 && ( (this.getSellerid()==castOther.getSellerid()) || ( this.getSellerid()!=null && castOther.getSellerid()!=null && this.getSellerid().equals(castOther.getSellerid()) ) )
 && ( (this.getSeller()==castOther.getSeller()) || ( this.getSeller()!=null && castOther.getSeller()!=null && this.getSeller().equals(castOther.getSeller()) ) )
 && ( (this.getSelleraccount()==castOther.getSelleraccount()) || ( this.getSelleraccount()!=null && castOther.getSelleraccount()!=null && this.getSelleraccount().equals(castOther.getSelleraccount()) ) )
 && ( (this.getBuyerid()==castOther.getBuyerid()) || ( this.getBuyerid()!=null && castOther.getBuyerid()!=null && this.getBuyerid().equals(castOther.getBuyerid()) ) )
 && ( (this.getBuyer()==castOther.getBuyer()) || ( this.getBuyer()!=null && castOther.getBuyer()!=null && this.getBuyer().equals(castOther.getBuyer()) ) )
 && ( (this.getBuyercontact()==castOther.getBuyercontact()) || ( this.getBuyercontact()!=null && castOther.getBuyercontact()!=null && this.getBuyercontact().equals(castOther.getBuyercontact()) ) )
 && ( (this.getBuyercredits()==castOther.getBuyercredits()) || ( this.getBuyercredits()!=null && castOther.getBuyercredits()!=null && this.getBuyercredits().equals(castOther.getBuyercredits()) ) )
 && ( (this.getBuyermsg()==castOther.getBuyermsg()) || ( this.getBuyermsg()!=null && castOther.getBuyermsg()!=null && this.getBuyermsg().equals(castOther.getBuyermsg()) ) )
 && ( (this.getStatus()==castOther.getStatus()) || ( this.getStatus()!=null && castOther.getStatus()!=null && this.getStatus().equals(castOther.getStatus()) ) )
 && ( (this.getLastupdate()==castOther.getLastupdate()) || ( this.getLastupdate()!=null && castOther.getLastupdate()!=null && this.getLastupdate().equals(castOther.getLastupdate()) ) )
 && ( (this.getOffline()==castOther.getOffline()) || ( this.getOffline()!=null && castOther.getOffline()!=null && this.getOffline().equals(castOther.getOffline()) ) )
 && ( (this.getBuyername()==castOther.getBuyername()) || ( this.getBuyername()!=null && castOther.getBuyername()!=null && this.getBuyername().equals(castOther.getBuyername()) ) )
 && ( (this.getBuyerzip()==castOther.getBuyerzip()) || ( this.getBuyerzip()!=null && castOther.getBuyerzip()!=null && this.getBuyerzip().equals(castOther.getBuyerzip()) ) )
 && ( (this.getBuyerphone()==castOther.getBuyerphone()) || ( this.getBuyerphone()!=null && castOther.getBuyerphone()!=null && this.getBuyerphone().equals(castOther.getBuyerphone()) ) )
 && ( (this.getBuyermobile()==castOther.getBuyermobile()) || ( this.getBuyermobile()!=null && castOther.getBuyermobile()!=null && this.getBuyermobile().equals(castOther.getBuyermobile()) ) )
 && ( (this.getTransport()==castOther.getTransport()) || ( this.getTransport()!=null && castOther.getTransport()!=null && this.getTransport().equals(castOther.getTransport()) ) )
 && ( (this.getTransportfee()==castOther.getTransportfee()) || ( this.getTransportfee()!=null && castOther.getTransportfee()!=null && this.getTransportfee().equals(castOther.getTransportfee()) ) )
 && ( (this.getBaseprice()==castOther.getBaseprice()) || ( this.getBaseprice()!=null && castOther.getBaseprice()!=null && this.getBaseprice().equals(castOther.getBaseprice()) ) )
 && ( (this.getDiscount()==castOther.getDiscount()) || ( this.getDiscount()!=null && castOther.getDiscount()!=null && this.getDiscount().equals(castOther.getDiscount()) ) )
 && ( (this.getRatestatus()==castOther.getRatestatus()) || ( this.getRatestatus()!=null && castOther.getRatestatus()!=null && this.getRatestatus().equals(castOther.getRatestatus()) ) )
 && ( (this.getMessage()==castOther.getMessage()) || ( this.getMessage()!=null && castOther.getMessage()!=null && this.getMessage().equals(castOther.getMessage()) ) );
   }
   
   public int hashCode() {
         int result = 17;
         
         result = 37 * result + ( getTid() == null ? 0 : this.getTid().hashCode() );
         result = 37 * result + ( getPid() == null ? 0 : this.getPid().hashCode() );
         result = 37 * result + ( getOrderid() == null ? 0 : this.getOrderid().hashCode() );
         result = 37 * result + ( getTradeno() == null ? 0 : this.getTradeno().hashCode() );
         result = 37 * result + ( getSubject() == null ? 0 : this.getSubject().hashCode() );
         result = 37 * result + ( getPrice() == null ? 0 : this.getPrice().hashCode() );
         result = 37 * result + ( getQuality() == null ? 0 : this.getQuality().hashCode() );
         result = 37 * result + ( getItemtype() == null ? 0 : this.getItemtype().hashCode() );
         result = 37 * result + ( getNumber() == null ? 0 : this.getNumber().hashCode() );
         result = 37 * result + ( getTax() == null ? 0 : this.getTax().hashCode() );
         result = 37 * result + ( getLocus() == null ? 0 : this.getLocus().hashCode() );
         result = 37 * result + ( getSellerid() == null ? 0 : this.getSellerid().hashCode() );
         result = 37 * result + ( getSeller() == null ? 0 : this.getSeller().hashCode() );
         result = 37 * result + ( getSelleraccount() == null ? 0 : this.getSelleraccount().hashCode() );
         result = 37 * result + ( getBuyerid() == null ? 0 : this.getBuyerid().hashCode() );
         result = 37 * result + ( getBuyer() == null ? 0 : this.getBuyer().hashCode() );
         result = 37 * result + ( getBuyercontact() == null ? 0 : this.getBuyercontact().hashCode() );
         result = 37 * result + ( getBuyercredits() == null ? 0 : this.getBuyercredits().hashCode() );
         result = 37 * result + ( getBuyermsg() == null ? 0 : this.getBuyermsg().hashCode() );
         result = 37 * result + ( getStatus() == null ? 0 : this.getStatus().hashCode() );
         result = 37 * result + ( getLastupdate() == null ? 0 : this.getLastupdate().hashCode() );
         result = 37 * result + ( getOffline() == null ? 0 : this.getOffline().hashCode() );
         result = 37 * result + ( getBuyername() == null ? 0 : this.getBuyername().hashCode() );
         result = 37 * result + ( getBuyerzip() == null ? 0 : this.getBuyerzip().hashCode() );
         result = 37 * result + ( getBuyerphone() == null ? 0 : this.getBuyerphone().hashCode() );
         result = 37 * result + ( getBuyermobile() == null ? 0 : this.getBuyermobile().hashCode() );
         result = 37 * result + ( getTransport() == null ? 0 : this.getTransport().hashCode() );
         result = 37 * result + ( getTransportfee() == null ? 0 : this.getTransportfee().hashCode() );
         result = 37 * result + ( getBaseprice() == null ? 0 : this.getBaseprice().hashCode() );
         result = 37 * result + ( getDiscount() == null ? 0 : this.getDiscount().hashCode() );
         result = 37 * result + ( getRatestatus() == null ? 0 : this.getRatestatus().hashCode() );
         result = 37 * result + ( getMessage() == null ? 0 : this.getMessage().hashCode() );
         return result;
   }   





}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -