/* * Decompiled with CFR 0.0. * * Could not load the following classes: * java.lang.Object */ package com.juntek.celiangvat.util; public class Command { int command; int num; public Command(int n, int n2) { this.num = n; this.command = n2; } public int getCommand() { return this.command; } public int getNum() { return this.num; } public void setCommand(int n) { this.command = n; } public void setNum(int n) { this.num = n; } }