org.apache.jetspeed.om.impl
Class DisplayNameSetImpl

java.lang.Object
  extended by org.apache.jetspeed.om.impl.DisplayNameSetImpl
All Implemented Interfaces:
Serializable, org.apache.jetspeed.om.common.MutableDisplayNameSet, org.apache.pluto.om.common.DisplayNameSet, org.apache.pluto.om.Model

public class DisplayNameSetImpl
extends Object
implements org.apache.jetspeed.om.common.MutableDisplayNameSet, Serializable

DisplayNameSetImpl

Version:
$Id: DisplayNameSetImpl.java 517121 2007-03-12 07:45:49Z ate $
Author:
Scott T. Weaver
See Also:
Serialized Form

Field Summary
protected  String displayNameType
          Specifies the type Description we are storing
protected  Collection innerCollection
           
 
Constructor Summary
DisplayNameSetImpl()
           
DisplayNameSetImpl(Collection collection)
           
 
Method Summary
 boolean add(Object o)
           
 void addDisplayName(org.apache.pluto.om.common.DisplayName name)
           
 org.apache.pluto.om.common.DisplayName get(Locale arg0)
           
 Collection getInnerCollection()
           
 Iterator iterator()
           
 boolean remove(Object o)
           
 void setInnerCollection(Collection collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayNameType

protected String displayNameType
Specifies the type Description we are storing


innerCollection

protected Collection innerCollection
Constructor Detail

DisplayNameSetImpl

public DisplayNameSetImpl()

DisplayNameSetImpl

public DisplayNameSetImpl(Collection collection)
Method Detail

get

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

addDisplayName

public void addDisplayName(org.apache.pluto.om.common.DisplayName name)
Specified by:
addDisplayName in interface org.apache.jetspeed.om.common.MutableDisplayNameSet

add

public boolean add(Object o)
See Also:
Collection.add(java.lang.Object)

remove

public boolean remove(Object o)
See Also:
Collection.remove(java.lang.Object)

iterator

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

getInnerCollection

public Collection getInnerCollection()
Returns:

setInnerCollection

public void setInnerCollection(Collection collection)
Parameters:
collection -


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