mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
71 lines
1.2 KiB
Java
71 lines
1.2 KiB
Java
package G;
|
|
|
|
import java.io.Serializable;
|
|
|
|
public class GComponentBu extends bF implements Serializable {
|
|
private String b = "";
|
|
|
|
private String c = "";
|
|
|
|
private double d = Double.NaN;
|
|
|
|
private double e = Double.NaN;
|
|
|
|
private double f = Double.NaN;
|
|
|
|
private double g = Double.NaN;
|
|
|
|
public String a() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.b = paramString;
|
|
}
|
|
|
|
public String b() {
|
|
return this.c;
|
|
}
|
|
|
|
public void b(String paramString) {
|
|
this.c = paramString;
|
|
}
|
|
|
|
public double c() {
|
|
return this.d;
|
|
}
|
|
|
|
public void a(double paramDouble) {
|
|
this.d = paramDouble;
|
|
}
|
|
|
|
public double d() {
|
|
return this.e;
|
|
}
|
|
|
|
public void b(double paramDouble) {
|
|
this.e = paramDouble;
|
|
}
|
|
|
|
public double e() {
|
|
return this.f;
|
|
}
|
|
|
|
public void c(double paramDouble) {
|
|
this.f = paramDouble;
|
|
}
|
|
|
|
public double f() {
|
|
return this.g;
|
|
}
|
|
|
|
public void d(double paramDouble) {
|
|
this.g = paramDouble;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/bu.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |