public class CollaborationAttachment extends ServiceDataObject implements Serializable
Constructor and Description |
---|
CollaborationAttachment() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreateDate()
Gets the date the attachment was created.
|
String |
getFileType()
Gets the file type of the attachment.
|
long |
getID()
Gets the ID of the discussion item.
|
String |
getMimetype()
Gets the MIME type of the attachment.
|
Date |
getModifyDate()
Gets the date the attachment was last modified.
|
String |
getName()
Gets the name of the attachment.
|
String |
getOwnerName()
Gets the name of the owner of the attachment.
|
long |
getSize()
Gets the size of the attachment.
|
long |
getUserID()
Gets the ID of the user who created the attachment.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCreateDate(Date value)
Sets the date the attachment was created.
|
void |
setFileType(String value)
Sets the file type of the attachment.
|
void |
setID(long value)
Sets the ID of the discussion item.
|
void |
setMimetype(String value)
Sets the MIME type of the attachment.
|
void |
setModifyDate(Date value)
Sets the date the attachment was last modified.
|
void |
setName(String value)
Sets the name of the attachment.
|
void |
setOwnerName(String value)
Sets the name of the owner of the attachment.
|
void |
setSize(long value)
Sets the size of the attachment.
|
void |
setUserID(long value)
Sets the ID of the user who created the attachment.
|
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 setCreateDate(Date value)
public Date getCreateDate()
public void setFileType(String value)
public String getFileType()
public void setID(long value)
public long getID()
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 setOwnerName(String value)
public String getOwnerName()
public void setSize(long value)
public long getSize()
public void setUserID(long value)
public long getUserID()
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.