| |
---|
| | private Boolean isOwner; |
---|
| | //private Integer page; |
---|
| | //private Integer layer; |
---|
| | |
---|
| | public Editor(Account account){ |
---|
| | /*public Editor(Account account){ |
---|
| | this.account = account; |
---|
| | isOwner = false; |
---|
| | } |
---|
| | /*public Editor(Account account, boolean isOwner){ |
---|
| | }*/ |
---|
| | public Editor(Account account, boolean isOwner){ |
---|
| | this.account = account; |
---|
| | this.isOwner = isOwner; |
---|
| | }*/ |
---|
| | } |
---|
| | public Account getAccount() { |
---|
| | return account; |
---|
| | } |
---|
| | public void setAccount(Account account) { |
---|
| | this.account = account; |
---|
| | } |
---|
| | |
---|
| | public Account getEditor(){ return this.account; } |
---|
| | |
---|
| | public boolean checkOwner(){ return this.isOwner; } |
---|
| | } |
---|
| | |
---|
| | |
No description provided.
確認しました。
ef57f05
intomaster
fromEditors
on 28 May 2021