public class Version extends ServiceDataObject implements Serializable
Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the comment of the version.
|
Date |
getCreateDate()
Gets the creation date of the version.
|
Date |
getFileCreateDate()
Gets the creation date of the source file for the version.
|
String |
getFileCreator()
Gets the creator of the source file for the version.
|
long |
getFileDataSize()
Gets the data size of the version.
|
Date |
getFileModifyDate()
Gets the modification date of the source file for the version.
|
String |
getFilename()
Gets the filename of the source file for the version.
|
int |
getFilePlatform()
Gets the platform of the source file for the version.
|
long |
getFileResSize()
Gets the resource size of the version.
|
String |
getFileType()
Gets the file type of the source file of the version.
|
long |
getID()
Gets the ID of the version.
|
int |
getLocked()
Gets the flag indicating whether the version is locked.
|
Long |
getLockedBy()
Gets the ID of the user who locked the version.
|
Date |
getLockedDate()
Gets the date the version was locked.
|
Metadata |
getMetadata()
Gets the metadata for the version (null means none specified).
|
String |
getMimeType()
Gets the MIME type of the version.
|
Date |
getModifyDate()
Gets the modification date of the version.
|
String |
getName()
Gets the name of the version.
|
long |
getNodeID()
Gets the node ID of the version.
|
long |
getNumber()
Gets the version number.
|
long |
getOwner()
Gets the owner of the version.
|
long |
getProviderID()
Gets the provider ID for the version.
|
String |
getProviderName()
Gets the provider name for the version.
|
String |
getType()
Gets the type of version.
|
long |
getVerMajor()
Gets the version major number.
|
long |
getVerMinor()
Gets the version minor number.
|
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 of the version.
|
void |
setCreateDate(Date value)
Sets the creation date of the version.
|
void |
setFileCreateDate(Date value)
Sets the creation date of the source file for the version.
|
void |
setFileCreator(String value)
Sets the creator of the source file for the version.
|
void |
setFileDataSize(long value)
Sets the data size of the version.
|
void |
setFileModifyDate(Date value)
Sets the modification date of the source file for the version.
|
void |
setFilename(String value)
Sets the filename of the source file for the version.
|
void |
setFilePlatform(int value)
Sets the platform of the source file for the version.
|
void |
setFileResSize(long value)
Sets the resource size of the version.
|
void |
setFileType(String value)
Sets the file type of the source file of the version.
|
void |
setID(long value)
Sets the ID of the version.
|
void |
setLocked(int value)
Sets the flag indicating whether the version is locked.
|
void |
setLockedBy(Long value)
Sets the ID of the user who locked the version.
|
void |
setLockedDate(Date value)
Sets the date the version was locked.
|
void |
setMetadata(Metadata value)
Sets the metadata for the version (null means none specified).
|
void |
setMimeType(String value)
Sets the MIME type of the version.
|
void |
setModifyDate(Date value)
Sets the modification date of the version.
|
void |
setName(String value)
Sets the name of the version.
|
void |
setNodeID(long value)
Sets the node ID of the version.
|
void |
setNumber(long value)
Sets the version number.
|
void |
setOwner(long value)
Sets the owner of the version.
|
void |
setProviderID(long value)
Sets the provider ID for the version.
|
void |
setProviderName(String value)
Sets the provider name for the version.
|
void |
setType(String value)
Sets the type of version.
|
void |
setVerMajor(long value)
Sets the version major number.
|
void |
setVerMinor(long value)
Sets the version minor number.
|
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 setCreateDate(Date value)
public Date getCreateDate()
public void setFileCreateDate(Date value)
public Date getFileCreateDate()
public void setFileCreator(String value)
public String getFileCreator()
public void setFileDataSize(long value)
public long getFileDataSize()
public void setFileModifyDate(Date value)
public Date getFileModifyDate()
public void setFilename(String value)
public String getFilename()
public void setFilePlatform(int value)
public int getFilePlatform()
public void setFileResSize(long value)
public long getFileResSize()
public void setFileType(String value)
public String getFileType()
public void setID(long value)
public long getID()
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 setMetadata(Metadata value)
public Metadata getMetadata()
public void setMimeType(String value)
public String getMimeType()
public void setModifyDate(Date value)
public Date getModifyDate()
public void setName(String value)
public String getName()
public void setNodeID(long value)
public long getNodeID()
public void setNumber(long value)
public long getNumber()
public void setOwner(long value)
public long getOwner()
public void setProviderID(long value)
public long getProviderID()
public void setProviderName(String value)
public String getProviderName()
public void setType(String value)
public String getType()
public void setVerMajor(long value)
public long getVerMajor()
public void setVerMinor(long value)
public long getVerMinor()
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.