Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.attachments.ui
Class CachedAttachment

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.ui.CachedAttachment
All Implemented Interfaces:
java.io.Serializable

public class CachedAttachment
extends java.lang.Object
implements java.io.Serializable

Data class representing an attachment to store in the cache.

See Also:
Serialized Form

Constructor Summary
CachedAttachment()
          Default Constructor
CachedAttachment(AttachmentsVORowImpl row)
          Contructor form a row impl
 
Method Summary
 java.lang.String getCategoryName()
          Gets the category name of the attachment.
 java.lang.String getDatatypeCode()
          Gets the datatype code of the attachment.
 java.lang.String getDownloadStatus()
          Gets the download status of the attachment.
 java.lang.String getErrorStatusCode()
          Gets the error status code of the attachment.
 java.lang.String getErrorStatusMessage()
          Gets the error status message of the attachment.
 java.lang.String getFileName()
          Gets the file name of the attachment.
 java.lang.String getFileUrl()
          Gets the file url of the attachment.
 java.lang.String getInputDatatypeCode()
          Gets the input datatype code of the attachment.
 java.sql.Timestamp getLastUpdateDate()
          Gets the date when the attachment was last updated.
 java.lang.String getLastUpdatedBy()
          Gets the name of the user who last updated the attachment.
 boolean getNewRow()
          Gets the new row flag of the attachment.
 java.lang.String getTitle()
          Gets the title of the attachment.
 java.lang.String getTitleOrFileName()
          Gets the title or filename if the title is not set.
 java.lang.String getUrl()
          Gets the URL of the attachment.
 void setCategoryName(java.lang.String categoryName)
          Sets the category name of the attachment.
 void setDatatypeCode(java.lang.String datatypeCode)
          Sets the datatype code of the attachment.
 void setDownloadStatus(java.lang.String downloadStatus)
          Sets the download status of the attachment.
 void setErrorStatusCode(java.lang.String errorStatusCode)
          Sets the error status code of the attachment.
 void setErrorStatusMessage(java.lang.String errorStatusMessage)
          Sets the error status message of the attachment.
 void setFileName(java.lang.String fileName)
          Sets the file name of the attachment.
 void setFileUrl(java.lang.String fileUrl)
          Sets the file url of the attachment.
 void setInputDatatypeCode(java.lang.String inputDatatypeCode)
          Sets the input datatype code of the attachment.
 void setLastUpdateDate(java.sql.Timestamp lastUpdateDate)
          Sets the date when the attachment was last updated.
 void setLastUpdatedBy(java.lang.String lastUpdatedBy)
          Sets the name of the user who last updated the attachment.
 void setNewRow(boolean newRow)
          Sets the new row flag of the attachment.
 void setTitle(java.lang.String title)
          Sets the title of the attachment.
 void setUrl(java.lang.String url)
          Sets the URL of the attachment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedAttachment

public CachedAttachment()
Default Constructor


CachedAttachment

public CachedAttachment(AttachmentsVORowImpl row)
Contructor form a row impl

Parameters:
row - the attachment row
Method Detail

getCategoryName

public java.lang.String getCategoryName()
Gets the category name of the attachment.

Returns:
category name.

setCategoryName

public void setCategoryName(java.lang.String categoryName)
Sets the category name of the attachment.

Parameters:
categoryName - String category name.

getDatatypeCode

public java.lang.String getDatatypeCode()
Gets the datatype code of the attachment.

Returns:
datatype code.

setDatatypeCode

public void setDatatypeCode(java.lang.String datatypeCode)
Sets the datatype code of the attachment.

Parameters:
datatypeCode - String datatype code.

getDownloadStatus

public java.lang.String getDownloadStatus()
Gets the download status of the attachment.

Returns:
download status.

setDownloadStatus

public void setDownloadStatus(java.lang.String downloadStatus)
Sets the download status of the attachment.

Parameters:
downloadStatus - String download status.

getErrorStatusCode

public java.lang.String getErrorStatusCode()
Gets the error status code of the attachment.

Returns:
error status code.

setErrorStatusCode

public void setErrorStatusCode(java.lang.String errorStatusCode)
Sets the error status code of the attachment.

Parameters:
errorStatusCode - String error status code.

getErrorStatusMessage

public java.lang.String getErrorStatusMessage()
Gets the error status message of the attachment.

Returns:
error status message.

setErrorStatusMessage

public void setErrorStatusMessage(java.lang.String errorStatusMessage)
Sets the error status message of the attachment.

Parameters:
errorStatusMessage - String error status message.

getFileUrl

public java.lang.String getFileUrl()
Gets the file url of the attachment.

Returns:
file url.

setFileUrl

public void setFileUrl(java.lang.String fileUrl)
Sets the file url of the attachment.

Parameters:
fileUrl - String file url.

getFileName

public java.lang.String getFileName()
Gets the file name of the attachment.

Returns:
file name.

setFileName

public void setFileName(java.lang.String fileName)
Sets the file name of the attachment.

Parameters:
fileName - String file name.

getInputDatatypeCode

public java.lang.String getInputDatatypeCode()
Gets the input datatype code of the attachment.

Returns:
input datatype code.

setInputDatatypeCode

public void setInputDatatypeCode(java.lang.String inputDatatypeCode)
Sets the input datatype code of the attachment.

Parameters:
inputDatatypeCode - String input datatype code.

getLastUpdatedBy

public java.lang.String getLastUpdatedBy()
Gets the name of the user who last updated the attachment.

Returns:
last updated by.

setLastUpdatedBy

public void setLastUpdatedBy(java.lang.String lastUpdatedBy)
Sets the name of the user who last updated the attachment.

Parameters:
lastUpdatedBy - String last updated by.

getLastUpdateDate

public java.sql.Timestamp getLastUpdateDate()
Gets the date when the attachment was last updated.

Returns:
last update date.

setLastUpdateDate

public void setLastUpdateDate(java.sql.Timestamp lastUpdateDate)
Sets the date when the attachment was last updated.

Parameters:
lastUpdateDate - Timestamp last update date.

getNewRow

public boolean getNewRow()
Gets the new row flag of the attachment.

Returns:
new row flag.

setNewRow

public void setNewRow(boolean newRow)
Sets the new row flag of the attachment.

Parameters:
newRow - boolean new row flag.

getTitle

public java.lang.String getTitle()
Gets the title of the attachment.

Returns:
title.

setTitle

public void setTitle(java.lang.String title)
Sets the title of the attachment.

Parameters:
title - String title.

getTitleOrFileName

public java.lang.String getTitleOrFileName()
Gets the title or filename if the title is not set.

Returns:
title or filename.

getUrl

public java.lang.String getUrl()
Gets the URL of the attachment.

Returns:
URL.

setUrl

public void setUrl(java.lang.String url)
Sets the URL of the attachment.

Parameters:
url - String URL.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.