public class CompoundDocRelease extends ServiceDataObject implements Serializable
Constructor and Description |
---|
CompoundDocRelease() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the comment for the release.
|
long |
getCompoundDocID()
Gets the ID of the live Compound Document.
|
int |
getLocked()
Gets the locked flag for the release.
|
long |
getLockedBy()
Gets the ID of the user who locked the release.
|
Date |
getLockedDate()
Gets the date the release was locked.
|
long |
getMajor()
Gets the major version number of the release.
|
long |
getMinor()
Gets the minor version number of the release.
|
String |
getName()
Gets the name of the release.
|
long |
getReleaseID()
Gets the ID of the Release Compound Document.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setComment(String value)
Sets the comment for the release.
|
void |
setCompoundDocID(long value)
Sets the ID of the live Compound Document.
|
void |
setLocked(int value)
Sets the locked flag for the release.
|
void |
setLockedBy(long value)
Sets the ID of the user who locked the release.
|
void |
setLockedDate(Date value)
Sets the date the release was locked.
|
void |
setMajor(long value)
Sets the major version number of the release.
|
void |
setMinor(long value)
Sets the minor version number of the release.
|
void |
setName(String value)
Sets the name of the release.
|
void |
setReleaseID(long value)
Sets the ID of the Release Compound Document.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setComment(String value)
public String getComment()
public void setCompoundDocID(long value)
public long getCompoundDocID()
public void setLocked(int value)
public int getLocked()
public void setLockedBy(long value)
public long getLockedBy()
public void setLockedDate(Date value)
public Date getLockedDate()
public void setMajor(long value)
public long getMajor()
public void setMinor(long value)
public long getMinor()
public void setName(String value)
public String getName()
public void setReleaseID(long value)
public long getReleaseID()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.