public class CreativeCommonsImpl extends Object implements CreativeCommons
| Modifier and Type | Field and Description |
|---|---|
static String |
RDF_URI |
static String |
RSS1_URI |
static String |
RSS2_URI |
URI| Constructor and Description |
|---|
CreativeCommonsImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
arrayCopy(Object[] source) |
Object |
clone()
Creates a deep clone of the object.
|
void |
copyFrom(CopyFrom object)
Copies all the properties of the given bean into this one.
|
boolean |
equals(Object obj) |
License[] |
getAllLicenses() |
Class<CreativeCommons> |
getInterface()
Returns the interface the copyFrom works on.
|
License[] |
getLicenses() |
String |
getUri()
Returns the URI of the module.
|
void |
setAllLicenses(License[] allLicenses) |
void |
setLicenses(License[] licenses) |
String |
toString() |
public static final String RDF_URI
public static final String RSS2_URI
public static final String RSS1_URI
public License[] getAllLicenses()
getAllLicenses in interface CreativeCommonspublic void setAllLicenses(License[] allLicenses)
setAllLicenses in interface CreativeCommonspublic Class<CreativeCommons> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic String getUri()
Modulepublic Object clone()
Modulepublic void copyFrom(CopyFrom object)
CopyFromAny existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
public License[] getLicenses()
getLicenses in interface CreativeCommonspublic void setLicenses(License[] licenses)
setLicenses in interface CreativeCommonsCopyright © 2025. All rights reserved.