Event.java :  » Web » pockerface » com » db » Android Open Source

Android Open Source » Web » pockerface 
pockerface » com » db » Event.java
package com.db;

public class Event {
  
  public String e_id;
  public String e_user_id;
  public String e_img_path;
  public String e_story;
  public String e_score;
  public String e_total_reply_count;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.