Copyrightpublic class Copyright extends AbstractEntry implements ServiceControlled
Fields Summary |
---|
public String | owner | public String | date | public String | lawfirm |
Constructors Summary |
---|
public Copyright()
this(null, null, null);
| public Copyright(String owner, String date, String lawfirm)
this.owner = owner;
this.date = date;
this.lawfirm = lawfirm;
|
|