github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jacek99 / javabuilders

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 10
    • 3
  • Source
  • Commits
  • Network (3)
  • Issues (0)
  • Downloads (1)
  • Wiki (1)
  • Graphs
  • Tree: 44cb39d

click here to add a description

click here to add a homepage

  • Branches (2)
    • dev
    • master
  • Tags (0)
Sending Request…
Click here to lend your support to: javabuilders and make a donation at www.pledgie.com ! Edit Pledgie Setup

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

JavaBuilders - Max productivity with minimum code for Java UI development — Read more

  cancel

http://javabuilders.org

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Initial git commit 
jacek99 (author)
Wed Mar 25 19:13:37 -0700 2009
commit  44cb39db6ec0a80c0cf060716082816dbbb2e963
tree    1c70988c8c88a1db634060792314d7cb1df840f4
javabuilders / PersonApp / src / person / app / Person.java PersonApp/src/person/app/Person.java
100644 54 lines (47 sloc) 1.044 kb
edit raw blame history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
package person.app;
 
import java.text.MessageFormat;
 
public class Person {
 
private String firstName;
private String lastName;
private String emailAddress;
 
/**
* @return the firstName
*/
public String getFirstName() {
return firstName;
}
/**
* @param firstName the firstName to set
*/
public void setFirstName(String firstName) {
this.firstName = firstName;
}
/**
* @return the lastName
*/
public String getLastName() {
return lastName;
}
/**
* @param lastName the lastName to set
*/
public void setLastName(String lastName) {
this.lastName = lastName;
}
/**
* @return the emailAddress
*/
public String getEmailAddress() {
return emailAddress;
}
/**
* @param emailAddress the emailAddress to set
*/
public void setEmailAddress(String emailAddress) {
this.emailAddress = emailAddress;
}
 
@Override
public String toString() {
return MessageFormat.format("{0} {1} : {2}", getFirstName(), getLastName(), getEmailAddress());
}
 
}
 
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server