public static class BaseRightsService.BasicCopyright extends Object implements Copyright
| Modifier and Type | Field and Description |
|---|---|
protected String |
m_entityRef |
protected String |
m_id |
protected String |
m_owner |
protected String |
m_year |
| Constructor and Description |
|---|
BasicCopyright(String entityRef) |
BasicCopyright(String entityRef,
String year,
String owner) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCopyrightId() |
String |
getEntityRef() |
String |
getOwner() |
String |
getYear() |
void |
setOwner(String owner) |
void |
setYear(String year) |
Element |
toXml(Document doc,
Stack<Object> stack) |
protected String m_id
protected String m_entityRef
protected String m_year
protected String m_owner
public BasicCopyright(String entityRef)
public String getCopyrightId()
getCopyrightId in interface Copyrightpublic String getEntityRef()
Copyright © 2003–2016 The Sakai Foundation. All rights reserved.