I have store the data into another class. Please give me sample on how to 
display it into another form. Remember that json can return more values 
depend on the record store in source database.

public class AppUsers {
>     private String transource;
>     private String trandest;
>     private String transtation;
>     private String trandate;
>     private String trantime;
>     
>
>    
>     public String getTransource() {
>         return transource;
>     }
>     public void setTransource(String transource) {
>         this.transource = transource;
>     }
>
>    
>     public String getTrandest() {
>         return trandest;
>     }
>     public void setTrandest(String trandest) {
>         this.trandest = trandest;
>     }
>
>     
>     public String getTranstation() {
>         return transtation;
>     }
>     public void setTranstation(String transtation) {
>         this.transtation = transtation;
>     }
>
>     
>     public String getTrandate() {
>         return trandate;
>     }
>     public void setTrandate(String trandate) {
>         this.trandate = trandate;
>     }
>
>     
>     public String getTrantime() {
>         return trantime;
>     }
>     public void setTrantime(String trantime) {
>         this.trantime = trantime;
>     }
>
>     
>     public AppUsers(String transource, String trandest, String 
> transtation, String trandate,String trantime){
>         this.transource = transource;
>         this.trandest = trandest;
>         this.transtation = transtation;
>         this.trandate = trandate;
>         this.trantime = trantime;
>         
>     }
>     
> }
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/a814c5bb-cce8-4a8b-b7c4-fbb44f29cd8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to