mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
79 lines
1.1 KiB
Java
79 lines
1.1 KiB
Java
package bL;
|
|
|
|
public class BlInterfaceMike {
|
|
private int a = 0;
|
|
|
|
private int b = 0;
|
|
|
|
private int c = 0;
|
|
|
|
private int d = 0;
|
|
|
|
private double e = 0.0D;
|
|
|
|
private double f = 0.0D;
|
|
|
|
private double g = 0.0D;
|
|
|
|
public int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(int paramInt) {
|
|
this.a = paramInt;
|
|
}
|
|
|
|
public int b() {
|
|
return this.b;
|
|
}
|
|
|
|
public void b(int paramInt) {
|
|
this.b = paramInt;
|
|
}
|
|
|
|
public int c() {
|
|
return this.d;
|
|
}
|
|
|
|
public void c(int paramInt) {
|
|
this.d = paramInt;
|
|
}
|
|
|
|
public double d() {
|
|
return this.e;
|
|
}
|
|
|
|
public void a(double paramDouble) {
|
|
this.e = paramDouble;
|
|
}
|
|
|
|
public double e() {
|
|
return this.f;
|
|
}
|
|
|
|
public void b(double paramDouble) {
|
|
this.f = paramDouble;
|
|
}
|
|
|
|
public int f() {
|
|
return this.c;
|
|
}
|
|
|
|
public void d(int paramInt) {
|
|
this.c = paramInt;
|
|
}
|
|
|
|
public double g() {
|
|
return this.g;
|
|
}
|
|
|
|
public void c(double paramDouble) {
|
|
this.g = paramDouble;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bL/m.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |