Primavera Integration API 6.1

com.primavera.integration.collab
Class ItemProperties

java.lang.Object
  extended by com.primavera.integration.collab.CollabProperties
      extended by com.primavera.integration.collab.ItemProperties
All Implemented Interfaces:
Serializable, Map
Direct Known Subclasses:
DocumentProperties, FolderProperties, VersionProperties

public abstract class ItemProperties
extends CollabProperties
implements Serializable

Abstract base class for all item properties: DocumentProperties, VersionProperties, and FolderProperties.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class com.primavera.integration.collab.CollabProperties
KEYTYPE_BOOLEAN, KEYTYPE_DATE, KEYTYPE_DOCUMENTID, KEYTYPE_FOLDERID, KEYTYPE_INTEGER, KEYTYPE_LONG, KEYTYPE_OBJECTID, KEYTYPE_STRING, KEYTYPE_VERSIONID, PROPKEY_ACTIVITY, PROPKEY_CHILDREN_COUNT, PROPKEY_COMMENT, PROPKEY_DATE, PROPKEY_DATE_CHECKED_OUT, PROPKEY_DATE_CREATED, PROPKEY_DATE_MODIFIED, PROPKEY_DESCRIPTION, PROPKEY_FILE_EXTENSION, PROPKEY_ID_DOCUMENT, PROPKEY_ID_FOLDER, PROPKEY_ID_PARENT, PROPKEY_ID_VERSION, PROPKEY_IS_CHECKED_OUT, PROPKEY_IS_LATEST_VERSION, PROPKEY_IS_UNDER_REVIEW, PROPKEY_NAME, PROPKEY_OBJECTID_CHECKED_OUT_BY, PROPKEY_OBJECTID_CREATED_BY, PROPKEY_OBJECTID_DOCUMENT, PROPKEY_OBJECTID_MODIFIED_BY, PROPKEY_OBJECTID_PROJECT, PROPKEY_OBJECTID_USER, PROPKEY_SECURITY_POLICY, PROPKEY_SIZE, PROPKEY_TITLE, PROPKEY_VERSION_NUMBER
 
Method Summary
 boolean equals(Object o)
          Compares the specified object with this property map for equality.
 int hashCode()
          Returns the hash code value for this properties map.
 
Methods inherited from class com.primavera.integration.collab.CollabProperties
clear, containsKey, containsValue, entrySet, get, getPropertyAsBoolean, getPropertyAsDate, getPropertyAsInteger, getPropertyAsLong, getPropertyAsObjectId, getPropertyAsString, getPropertyType, isEmpty, keySet, put, putAll, remove, size, toString, validKeySet, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object o)
Compares the specified object with this property map for equality. Returns true if the given object is also a map and the two Maps represent the same mappings.

Specified by:
equals in interface Map
Overrides:
equals in class CollabProperties
Parameters:
o - object to be compared for equality with this map
Returns:
boolean true if the specified object is equal to this map

hashCode

public int hashCode()
Returns the hash code value for this properties map.

Specified by:
hashCode in interface Map
Overrides:
hashCode in class CollabProperties
Returns:
int the hash code value for this map.

Primavera Integration API 6.1

Copyright © Primavera 1999-2007. All rights reserved.