org.apache.jetspeed.om.impl
Class DisplayNameSetImpl

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

public class DisplayNameSetImpl
extends java.lang.Object
implements MutableDisplayNameSet, java.io.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  java.lang.String displayNameType
          Specifies the type Description we are storing
protected  java.util.Collection innerCollection
           
 
Constructor Summary
DisplayNameSetImpl()
           
DisplayNameSetImpl(java.util.Collection collection)
           
 
Method Summary
 boolean add(java.lang.Object o)
           
 void addDisplayName(org.apache.pluto.om.common.DisplayName name)
           
 org.apache.pluto.om.common.DisplayName get(java.util.Locale arg0)
           
 java.util.Collection getInnerCollection()
           
 java.util.Iterator iterator()
           
 boolean remove(java.lang.Object o)
           
 void setInnerCollection(java.util.Collection collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayNameType

protected java.lang.String displayNameType
Specifies the type Description we are storing


innerCollection

protected java.util.Collection innerCollection
Constructor Detail

DisplayNameSetImpl

public DisplayNameSetImpl()

DisplayNameSetImpl

public DisplayNameSetImpl(java.util.Collection collection)
Method Detail

get

public org.apache.pluto.om.common.DisplayName get(java.util.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 MutableDisplayNameSet

add

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

remove

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

iterator

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

getInnerCollection

public java.util.Collection getInnerCollection()
Returns:

setInnerCollection

public void setInnerCollection(java.util.Collection collection)
Parameters:
collection -


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