org.apache.jetspeed.om.impl
Class DisplayNameSetImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
displayNameType
protected java.lang.String displayNameType
- Specifies the type Description we are storing
innerCollection
protected java.util.Collection innerCollection
DisplayNameSetImpl
public DisplayNameSetImpl()
DisplayNameSetImpl
public DisplayNameSetImpl(java.util.Collection collection)
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-2009 Apache Software Foundation. All Rights Reserved.