org.rometools.feed.module.cc
Class CreativeCommonsImpl

java.lang.Object
  extended by org.rometools.feed.module.cc.CreativeCommonsImpl
All Implemented Interfaces:
com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable, Cloneable, CreativeCommons

public class CreativeCommonsImpl
extends Object
implements CreativeCommons

Version:
$Revision: 1.1 $
Author:
Robert "kebernet" Cooper
See Also:
Serialized Form

Field Summary
static String RDF_URI
           
static String RSS1_URI
           
static String RSS2_URI
           
 
Fields inherited from interface org.rometools.feed.module.cc.CreativeCommons
URI
 
Constructor Summary
CreativeCommonsImpl()
           
 
Method Summary
protected  Object arrayCopy(Object[] source)
           
 Object clone()
           
 void copyFrom(com.sun.syndication.feed.CopyFrom object)
           
 boolean equals(Object obj)
           
 License[] getAllLicenses()
           
 Class getInterface()
           
 License[] getLicenses()
           
 String getUri()
           
 void setAllLicenses(License[] allLicenses)
           
 void setLicenses(License[] licenses)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RDF_URI

public static final String RDF_URI
See Also:
Constant Field Values

RSS2_URI

public static final String RSS2_URI
See Also:
Constant Field Values

RSS1_URI

public static final String RSS1_URI
See Also:
Constant Field Values
Constructor Detail

CreativeCommonsImpl

public CreativeCommonsImpl()
Method Detail

arrayCopy

protected Object arrayCopy(Object[] source)

getAllLicenses

public License[] getAllLicenses()
Specified by:
getAllLicenses in interface CreativeCommons

setAllLicenses

public void setAllLicenses(License[] allLicenses)
Specified by:
setAllLicenses in interface CreativeCommons

getInterface

public Class getInterface()
Specified by:
getInterface in interface com.sun.syndication.feed.CopyFrom

getUri

public String getUri()
Specified by:
getUri in interface com.sun.syndication.feed.module.Module

clone

public Object clone()
Specified by:
clone in interface com.sun.syndication.feed.module.Module
Overrides:
clone in class Object

copyFrom

public void copyFrom(com.sun.syndication.feed.CopyFrom object)
Specified by:
copyFrom in interface com.sun.syndication.feed.CopyFrom

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getLicenses

public License[] getLicenses()
Specified by:
getLicenses in interface CreativeCommons

setLicenses

public void setLicenses(License[] licenses)
Specified by:
setLicenses in interface CreativeCommons

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 ROME Project. All Rights Reserved.