Guest User

Untitled

a guest
Jun 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class Test {
  2. private int test;
  3. public void setTest(int test) {
  4. this.test = test;
  5. }
  6. public int getTest() {
  7. return test;
  8. }
  9. }
Add Comment
Please, Sign In to add comment