public class FileAtts extends ServiceDataObject implements Serializable
FileAtts describes the file being uploaded or downloaded.
Constructor and Description |
---|
FileAtts() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate()
Returns the Date that should be stored in Livelink as the creation date
|
String |
getFileName()
Returns the underlying filename that will be stored in Livelink.
|
Long |
getFileSize()
Returns the size of the file.
|
Date |
getModifiedDate()
Returns the Date that should be stored in Livelink as the modified data
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCreatedDate(Date value)
Sets the Date that should be stored in Livelink as the creation date
|
void |
setFileName(String value)
Sets the underlying filename that will be stored in Livelink.
|
void |
setFileSize(Long value)
Sets the size of the file.
|
void |
setModifiedDate(Date value)
Sets the Date that should be stored in Livelink as the modified data
|
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 setCreatedDate(Date value)
public Date getCreatedDate()
public void setFileName(String value)
public String getFileName()
public void setFileSize(Long value)
public Long getFileSize()
public void setModifiedDate(Date value)
public Date getModifiedDate()
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.