/[projects]/android/People/src/com/grundfos/android/people/PeopleBean.java
ViewVC logotype

Contents of /android/People/src/com/grundfos/android/people/PeopleBean.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 228 - (show annotations) (download)
Tue Aug 4 13:16:25 2009 UTC (14 years, 9 months ago) by torben
File size: 206 byte(s)
Added files
1 package com.grundfos.android.people;
2
3 public class PeopleBean
4 {
5 int id;
6 String name;
7 String inits;
8 String title;
9 String dept;
10 String company;
11 String phone;
12 String cell;
13 String email;
14 }

  ViewVC Help
Powered by ViewVC 1.1.20