org.apache.jetspeed.om.impl
Class DescriptionSetImpl

java.lang.Object
  extended by org.apache.jetspeed.om.impl.DescriptionSetImpl
All Implemented Interfaces:
Serializable, org.apache.jetspeed.om.common.MutableDescriptionSet, org.apache.pluto.om.common.DescriptionSet, org.apache.pluto.om.Model

public class DescriptionSetImpl
extends Object
implements org.apache.jetspeed.om.common.MutableDescriptionSet, Serializable

BaseDescriptionSet Supports

Version:
$Id: DescriptionSetImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver
See Also:
Serialized Form

Field Summary
protected  String descriptionType
          Specifies the type Description we are storing
protected  Collection innerCollection
           
 
Constructor Summary
DescriptionSetImpl()
           
DescriptionSetImpl(Collection c)
           
DescriptionSetImpl(String descriptionType)
           
 
Method Summary
 void addDescription(org.apache.pluto.om.common.Description description)
           
 org.apache.pluto.om.common.Description get(Locale arg0)
           
 Collection getInnerCollection()
           
 Iterator iterator()
           
 void setInnerCollection(Collection collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptionType

protected String descriptionType
Specifies the type Description we are storing


innerCollection

protected Collection innerCollection
Constructor Detail

DescriptionSetImpl

public DescriptionSetImpl()

DescriptionSetImpl

public DescriptionSetImpl(Collection c)
Parameters:
c -

DescriptionSetImpl

public DescriptionSetImpl(String descriptionType)
Method Detail

get

public org.apache.pluto.om.common.Description get(Locale arg0)
Specified by:
get in interface org.apache.pluto.om.common.DescriptionSet
See Also:
DescriptionSet.get(java.util.Locale)

addDescription

public void addDescription(org.apache.pluto.om.common.Description description)
Specified by:
addDescription in interface org.apache.jetspeed.om.common.MutableDescriptionSet
See Also:
org.apache.jetspeed.om.common.MutableDescriptionSet#addDescription(java.lang.String)

iterator

public Iterator iterator()
Specified by:
iterator in interface org.apache.pluto.om.common.DescriptionSet
See Also:
DescriptionSet.iterator()

getInnerCollection

public Collection getInnerCollection()
Returns:

setInnerCollection

public void setInnerCollection(Collection collection)
Parameters:
collection -


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.