com.sun.syndication.feed.module.cc
Class CreativeCommonsImpl

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

public class CreativeCommonsImpl
extends java.lang.Object
implements CreativeCommons

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

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

Field Detail

RDF_URI

public static final java.lang.String RDF_URI
See Also:
Constant Field Values

RSS2_URI

public static final java.lang.String RSS2_URI
See Also:
Constant Field Values

RSS1_URI

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

CreativeCommonsImpl

public CreativeCommonsImpl()
Method Detail

arrayCopy

protected java.lang.Object arrayCopy(java.lang.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 java.lang.Class getInterface()
Specified by:
getInterface in interface com.sun.syndication.feed.CopyFrom

getUri

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

clone

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

copyFrom

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2009. All Rights Reserved.