public class VersionProxyNode extends Object
Represents a context level proxy for a version.
Constructor and Description |
---|
VersionProxyNode(ExtendedGuid version)
Initializes a new instance of the
VersionProxyNode class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ExtendedGuid |
getVersion()
Gets the version.
|
VersionDetails |
getVersionDetails()
Gets or sets the details of the version.
|
int |
hashCode() |
void |
setVersionDetails(VersionDetails value)
Gets or sets the details of the version.
|
public VersionProxyNode(ExtendedGuid version)
Initializes a new instance of the VersionProxyNode
class.
public ExtendedGuid getVersion()
Gets the version.
public VersionDetails getVersionDetails()
Gets or sets the details of the version.
public void setVersionDetails(VersionDetails value)
Gets or sets the details of the version.
Copyright (c) 2016 Aspose. All Rights Reserved.