mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
コメント
This commit is contained in:
parent
885cd77d5b
commit
5e6fa45fed
|
@ -7,6 +7,8 @@ public class Page {
|
|||
String fileName;
|
||||
Bitmap bitmap;
|
||||
|
||||
// Constructor
|
||||
|
||||
public Page() {
|
||||
}
|
||||
|
||||
|
@ -15,6 +17,8 @@ public class Page {
|
|||
this.bitmap = bitmap;
|
||||
}
|
||||
|
||||
// Getter
|
||||
|
||||
public String getFileName() {
|
||||
return fileName;
|
||||
}
|
||||
|
@ -23,6 +27,8 @@ public class Page {
|
|||
return bitmap;
|
||||
}
|
||||
|
||||
// Setter
|
||||
|
||||
public void setFileName(String fileName) {
|
||||
this.fileName = fileName;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user