Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 846699 Details for
Bug 1001561
Changes to data model not picked up
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
External push test file
City.java (text/x-java), 1.46 KB, created by
Walter Medvedeo
on 2014-01-07 14:33:53 UTC
(
hide
)
Description:
External push test file
Filename:
MIME Type:
Creator:
Walter Medvedeo
Created:
2014-01-07 14:33:53 UTC
Size:
1.46 KB
patch
obsolete
>package org; > >/** > * This class was automatically generated by the data modeler tool. > */ >public class City implements java.io.Serializable { > > static final long serialVersionUID = 1L; > > private java.lang.Long id; > > private java.lang.String name; > > private java.lang.String capital; > > public City() { > } > > public City(java.lang.Long id, java.lang.String name, java.lang.String capital) { > this.id = id; > this.name = name; > this.capital = capital; > } > > public City(java.lang.Long id) { > this.id = id; > } > > public java.lang.Long getId() { > return this.id; > } > > public void setId( java.lang.Long id ) { > this.id = id; > } > > public java.lang.String getName() { > return this.name; > } > > public void setName( java.lang.String name ) { > this.name = name; > } > > public java.lang.String getCapital() { > return this.capital; > } > > public void setCapital( java.lang.String capital ) { > this.capital = capital; > } > > @Override > public boolean equals(Object o) { > if (this == o) return true; > if (o == null || getClass() != o.getClass()) return false; > City that = (City)o; > if (id != null ? !id.equals(that.id) : that.id != null) return false; > return true; > } > > @Override > public int hashCode() { > int result = 17; > result = 13 * result + (id != null ? id.hashCode() : 0); > return result; > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1001561
: 846699