mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
77 lines
1.2 KiB
Java
77 lines
1.2 KiB
Java
package G;
|
|
|
|
import java.io.Serializable;
|
|
|
|
public class GComponentBs implements Serializable {
|
|
private String a = null;
|
|
|
|
private String b = null;
|
|
|
|
private double c = 0.0D;
|
|
|
|
private double d = 0.0D;
|
|
|
|
private boolean e = false;
|
|
|
|
private boolean f = false;
|
|
|
|
private k g = null;
|
|
|
|
public String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.a = paramString;
|
|
}
|
|
|
|
public double b() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(double paramDouble) {
|
|
this.c = paramDouble;
|
|
}
|
|
|
|
public double c() {
|
|
return this.d;
|
|
}
|
|
|
|
public void b(double paramDouble) {
|
|
this.d = paramDouble;
|
|
}
|
|
|
|
public k d() {
|
|
return this.g;
|
|
}
|
|
|
|
public String e() {
|
|
return this.b;
|
|
}
|
|
|
|
public void b(String paramString) {
|
|
this.b = paramString;
|
|
}
|
|
|
|
public boolean f() {
|
|
return this.e;
|
|
}
|
|
|
|
public void a(boolean paramBoolean) {
|
|
this.e = paramBoolean;
|
|
}
|
|
|
|
public boolean g() {
|
|
return this.f;
|
|
}
|
|
|
|
public void b(boolean paramBoolean) {
|
|
this.f = paramBoolean;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/bs.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |