My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package eticom.blogger.model;

public class GmailUsuario {

public String cuentaMail;
public String clave;

public GmailUsuario(String cuentaMail, String clave) {
super();
this.cuentaMail = cuentaMail;
this.clave = clave;
}




}

Change log

r46 by juanantonioruz on May 26, 2008   Diff
refactorizacion de paquetes
Go to: 
Project members, sign in to write a code review

Older revisions

r41 by juanantonioruz on May 23, 2008   Diff
Initial import.
All revisions of this file

File info

Size: 245 bytes, 17 lines
Powered by Google Project Hosting