public static class BaseRightsService.BasicCopyright extends Object implements org.sakaiproject.rights.api.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 |
|---|
BaseRightsService.BasicCopyright(String entityRef) |
BaseRightsService.BasicCopyright(String entityRef,
String year,
String owner) |
protected String m_id
protected String m_entityRef
protected String m_year
protected String m_owner
public BaseRightsService.BasicCopyright(String entityRef)
public String getCopyrightId()
getCopyrightId in interface org.sakaiproject.rights.api.Copyrightpublic String getEntityRef()
public String getOwner()
getOwner in interface org.sakaiproject.rights.api.Copyrightpublic String getYear()
getYear in interface org.sakaiproject.rights.api.Copyrightpublic void setOwner(String owner)
setOwner in interface org.sakaiproject.rights.api.Copyrightpublic void setYear(String year)
setYear in interface org.sakaiproject.rights.api.CopyrightCopyright © 2003-2014 The Sakai Foundation. All Rights Reserved.