Package org.dspace.license
Class CCLicense
java.lang.Object
org.dspace.license.CCLicense
- Author:
- wbossons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the list of CC License FieldsvoidsetCcLicenseFieldList(List<CCLicenseField> ccLicenseFieldList) Sets the list of CC License FieldsvoidsetLicenseId(String licenseId) voidsetLicenseName(String licenseName)
-
Constructor Details
-
CCLicense
public CCLicense() -
CCLicense
-
-
Method Details
-
getLicenseName
-
setLicenseName
-
getLicenseId
-
setLicenseId
-
getCcLicenseFieldList
Gets the list of CC License Fields- Returns:
- the list of CC License Fields
-
setCcLicenseFieldList
Sets the list of CC License Fields- Parameters:
ccLicenseFieldList-
-