Guest User

BDList

a guest
May 21st, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.47 KB | None | 0 0
  1.  
  2.  
  3. public class FavBa_item2 {
  4.      
  5.      String code = null;
  6.      String name = null;
  7.      String time = null;
  8.  
  9.      
  10.      public String getCode() {
  11.       return code;
  12.      }
  13.      public void setCode(String code) {
  14.       this.code = code;
  15.      }
  16.      public String getName() {
  17.       return name;
  18.      }
  19.      public void setName(String name) {
  20.       this.name = name;
  21.      }
  22.      
  23.      public String getTime() {
  24.           return time;
  25.          }
  26.          public void setTime(String time) {
  27.           this.time = time;
  28.          }
  29.      
  30.     }
Add Comment
Please, Sign In to add comment