|
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.ItemProperties
com.primavera.integration.collab.VersionProperties
public class VersionProperties
Collaboration properties for versions.
The property keys used in this class are:
CollabProperties.PROPKEY_ID_VERSION
CollabProperties.PROPKEY_ID_DOCUMENT
CollabProperties.PROPKEY_IS_CHECKED_OUT
CollabProperties.PROPKEY_OBJECTID_CHECKED_OUT_BY
CollabProperties.PROPKEY_DATE_CHECKED_OUT
CollabProperties.PROPKEY_COMMENT
CollabProperties.PROPKEY_SIZE
CollabProperties.PROPKEY_VERSION_NUMBER
CollabProperties.PROPKEY_IS_LATEST_VERSION
CollabProperties.PROPKEY_IS_UNDER_REVIEW
CollabProperties.PROPKEY_OBJECTID_MODIFIED_BY
CollabProperties.PROPKEY_DATE_CREATED
CollabProperties.PROPKEY_DATE_MODIFIED
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary |
---|
Constructor Summary | |
---|---|
VersionProperties()
Default class constructor |
|
VersionProperties(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. |
VersionId |
getId()
Returns the VersionId of the version described by these properties |
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 VersionProperties()
public VersionProperties(Map prop)
prop
- map of all set propertiesMethod Detail |
---|
public boolean equals(Object o)
equals
in interface Map
equals
in class ItemProperties
o
- object to be compared for equality with this map
public int hashCode()
hashCode
in interface Map
hashCode
in class ItemProperties
public Set validKeySet()
validKeySet
in class CollabProperties
public VersionId getId()
|
Primavera Integration API 6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |