com.sun.syndication.feed.module.base
Class CustomTagsImpl

java.lang.Object
  extended by com.sun.syndication.feed.module.base.CustomTagsImpl
All Implemented Interfaces:
com.sun.syndication.feed.CopyFrom, CustomTags, com.sun.syndication.feed.module.Module, java.io.Serializable, java.lang.Cloneable

public class CustomTagsImpl
extends java.lang.Object
implements CustomTags

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

Field Summary
 
Fields inherited from interface com.sun.syndication.feed.module.base.CustomTags
URI
 
Constructor Summary
CustomTagsImpl()
          Creates a new instance of CustomTagsImpl
 
Method Summary
 java.lang.Object clone()
           
 void copyFrom(java.lang.Object object)
           
 java.lang.Class getInterface()
           
 java.lang.String getUri()
           
 java.util.List getValues()
           
 void setValues(java.util.List values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomTagsImpl

public CustomTagsImpl()
Creates a new instance of CustomTagsImpl

Method Detail

getValues

public java.util.List getValues()
Specified by:
getValues in interface CustomTags

setValues

public void setValues(java.util.List values)
Specified by:
setValues in interface CustomTags

copyFrom

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

clone

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

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


Copyright © 2006-2009. All Rights Reserved.