mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
コンストラクタ追加
This commit is contained in:
parent
79a64c3108
commit
67a8f42ef1
|
@ -16,6 +16,11 @@ public class DocumentTagApplyTagDialogExtendedModel extends DocumentTag {
|
||||||
super(documentTag.getId(), documentTag.getName(), documentTag.getColor());
|
super(documentTag.getId(), documentTag.getName(), documentTag.getColor());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public DocumentTagApplyTagDialogExtendedModel(DocumentTag documentTag, boolean isChecked) {
|
||||||
|
super(documentTag.getId(), documentTag.getName(), documentTag.getColor());
|
||||||
|
this.isChecked = isChecked;
|
||||||
|
}
|
||||||
|
|
||||||
public boolean getIsChecked() {
|
public boolean getIsChecked() {
|
||||||
return isChecked;
|
return isChecked;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user