public class CreativeCommonsImpl extends java.lang.Object implements CreativeCommons
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RDF_URI |
static java.lang.String |
RSS1_URI |
static java.lang.String |
RSS2_URI |
URI| Constructor and Description |
|---|
CreativeCommonsImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
arrayCopy(java.lang.Object[] source) |
java.lang.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(java.lang.Object obj) |
License[] |
getAllLicenses() |
java.lang.Class<CreativeCommons> |
getInterface()
Returns the interface the copyFrom works on.
|
License[] |
getLicenses() |
java.lang.String |
getUri()
Returns the URI of the module.
|
void |
setAllLicenses(License[] allLicenses) |
void |
setLicenses(License[] licenses) |
java.lang.String |
toString() |
public static final java.lang.String RDF_URI
public static final java.lang.String RSS2_URI
public static final java.lang.String RSS1_URI
protected java.lang.Object arrayCopy(java.lang.Object[] source)
public License[] getAllLicenses()
getAllLicenses in interface CreativeCommonspublic void setAllLicenses(License[] allLicenses)
setAllLicenses in interface CreativeCommonspublic java.lang.Class<CreativeCommons> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic java.lang.String getUri()
Modulepublic java.lang.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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic License[] getLicenses()
getLicenses in interface CreativeCommonspublic void setLicenses(License[] licenses)
setLicenses in interface CreativeCommonspublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2025. All rights reserved.