mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
44 lines
711 B
Java
44 lines
711 B
Java
package ay;
|
|
|
|
import java.io.File;
|
|
|
|
public class AyComponentNovember {
|
|
private int b = 1;
|
|
|
|
private String c = "";
|
|
|
|
private String d;
|
|
|
|
private File e;
|
|
|
|
n(l paraml, String paramString, File paramFile) {
|
|
this.d = paramString;
|
|
this.e = paramFile;
|
|
}
|
|
|
|
public String a() {
|
|
return this.d;
|
|
}
|
|
|
|
public int b() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(int paramInt) {
|
|
this.b = paramInt;
|
|
}
|
|
|
|
public String c() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.c = paramString;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ay/n.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |