mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-29 08:05:37 +00:00
stuff
This commit is contained in:
42
app/G/Abstract.java
Normal file
42
app/G/Abstract.java
Normal file
@@ -0,0 +1,42 @@
|
||||
package G;
|
||||
|
||||
import V.ExceptionPrintstacktrace;
|
||||
import java.io.Serializable;
|
||||
|
||||
public abstract class Abstract extends Q implements Serializable {
|
||||
private db a = null;
|
||||
|
||||
private String b = null;
|
||||
|
||||
public String l() {
|
||||
try {
|
||||
return (this.a == null) ? null : this.a.a();
|
||||
} catch (ExceptionPrintstacktrace ExceptionPrintstacktrace) {
|
||||
return "error";
|
||||
}
|
||||
}
|
||||
|
||||
public void b(db paramdb) {
|
||||
this.a = paramdb;
|
||||
}
|
||||
|
||||
public void e(String paramString) {
|
||||
this.a = new c(paramString);
|
||||
}
|
||||
|
||||
public String m() {
|
||||
return this.b;
|
||||
}
|
||||
|
||||
public void f(String paramString) {
|
||||
this.b = paramString;
|
||||
}
|
||||
|
||||
public abstract String b();
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/bA.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user