mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-17 13:40:49 +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());
|
||||
}
|
||||
|
||||
public DocumentTagApplyTagDialogExtendedModel(DocumentTag documentTag, boolean isChecked) {
|
||||
super(documentTag.getId(), documentTag.getName(), documentTag.getColor());
|
||||
this.isChecked = isChecked;
|
||||
}
|
||||
|
||||
public boolean getIsChecked() {
|
||||
return isChecked;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user