com.wewebu.ow.server.ecm
Class OwStandardPropertyCollection

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap
              extended by com.wewebu.ow.server.ecm.OwStandardPropertyCollection
All Implemented Interfaces:
OwPropertyCollection, Serializable, Cloneable, Map

public class OwStandardPropertyCollection
extends LinkedHashMap
implements OwPropertyCollection

Standard Implementation for the OwPropertyCollection Map Class for property maps from an object. Keeps a map of OwProperty Objects with predictable order.

To be implemented with the specific ECM system.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
OwStandardPropertyCollection()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get, removeEldestEntry
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

OwStandardPropertyCollection

public OwStandardPropertyCollection()
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractMap


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.