|
Primavera Integration API 6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.collab.CollabProperties
com.primavera.integration.collab.HistoryEventProperties
public class HistoryEventProperties
Collaboration properties for history events.
The property keys used in this class are:
CollabProperties.PROPKEY_OBJECTID_USER
CollabProperties.PROPKEY_ACTIVITY
CollabProperties.PROPKEY_ID_DOCUMENT
CollabProperties.PROPKEY_VERSION_NUMBER
CollabProperties.PROPKEY_DATE
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary |
---|
Constructor Summary | |
---|---|
HistoryEventProperties()
Default class constructor |
|
HistoryEventProperties(Map prop)
Class constructor allowing the internal map to be set |
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. |
Set |
validKeySet()
Returns an unmodifiable set of all possible valid keys for this properties class |
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, values |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HistoryEventProperties()
public HistoryEventProperties(Map prop)
prop
- map of all set propertiesMethod Detail |
---|
public boolean equals(Object o)
equals
in interface Map
equals
in class CollabProperties
o
- object to be compared for equality with this map
public int hashCode()
hashCode
in interface Map
hashCode
in class CollabProperties
public Set validKeySet()
validKeySet
in class CollabProperties
|
Primavera Integration API 6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |