Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Class Document.Properties

java.lang.Object
  extended by oracle.imaging.Document.Properties

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Document

public static class Document.Properties
extends java.lang.Object
implements java.io.Serializable

A data structure containing general properties for an imaging document.

See Also:
Serialized Form

Constructor Summary
Document.Properties()
           

 

Method Summary
 long getApplicationId()
          Gets the document ApplicationId property.
 java.lang.String getApplicationName()
          Gets the document ApplicationName property.
 long getBatchId()
          Gets the document BatchId property
 java.util.Date getCreateDate()
          Gets the document CreateDate property.
 java.lang.String getCreator()
          Gets the document Creator property.
 java.lang.String getDocUrl()
          Gets the document DocUrl property.
 java.lang.String getLastModifiedBy()
          Gets the document LastModifiedBy property.
 java.util.Date getLastModifiedDate()
          Gets the document LastModifiedDate property.
 java.lang.String getLockedBy()
          Gets the document LockedBy property.
 java.lang.String getMimeType()
          Gets the document MimeType property.
 long getSize()
          Gets the document Size property.
 java.lang.String getStatus()
          Gets the document status property.
 long getVersion()
          Gets the document Version property.
 java.util.Date getVolumeDate()
          Gets the document VolumeDate property
 java.lang.String getVolumeName()
          Gets the document Volume property
 boolean isLatestVersion()
          Gets the document IsLatestVersion property.
 void setApplicationId(long applicationId)
          Sets the document ApplicationId property.
 void setApplicationName(java.lang.String applicationName)
          Sets the document ApplicationName property.
 void setBatchId(long batchId)
          Sets the document BatchId property.
 void setCreateDate(java.util.Date createDate)
          Sets the document CreateDate property.
 void setCreator(java.lang.String creator)
          Sets the document Creator property.
 void setDocUrl(java.lang.String url)
          Sets the document DocUrl property.
 void setIsLatestVersion(boolean isLatestVersion)
          Sets the document IsLatestVersion property.
 void setLastModifiedBy(java.lang.String lastModifiedBy)
          Sets the document LastModifiedBy property.
 void setLastModifiedDate(java.util.Date lastModifiedDate)
          Sets the document LastModifiedDate property.
 void setLockedBy(java.lang.String lockedBy)
          Sets the document LockedBy property.
 void setMimeType(java.lang.String mimeType)
          Sets the document MimeType property.
 void setSize(long size)
          Sets the document Size property.
 void setStatus(java.lang.String status)
          Sets the document status property.
 void setVersion(long version)
          Sets the document Version property.
 void setVolumeDate(java.util.Date volumeDate)
          Sets the document VolumeDate property.
 void setVolumeName(java.lang.String aVolumeName)
          Sets the document Volume property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Document.Properties

public Document.Properties()

Method Detail

setVersion

public void setVersion(long version)
Sets the document Version property.
Parameters:
version - The new document Version property value.

getVersion

public long getVersion()
Gets the document Version property.
Returns:
The the document Version property value

setLastModifiedDate

public void setLastModifiedDate(java.util.Date lastModifiedDate)
Sets the document LastModifiedDate property.
Parameters:
lastModifiedDate - The new document LastModifiedDate property value.

getLastModifiedDate

public java.util.Date getLastModifiedDate()
Gets the document LastModifiedDate property.
Returns:
The the document LastModifiedDate property value

setCreator

public void setCreator(java.lang.String creator)
Sets the document Creator property.
Parameters:
creator - The new document Creator property value.

getCreator

public java.lang.String getCreator()
Gets the document Creator property.
Returns:
The document Creator property value

setCreateDate

public void setCreateDate(java.util.Date createDate)
Sets the document CreateDate property.
Parameters:
createDate - The new document CreateDate property value.

getCreateDate

public java.util.Date getCreateDate()
Gets the document CreateDate property.
Returns:
The document CreateDate property value

setLockedBy

public void setLockedBy(java.lang.String lockedBy)
Sets the document LockedBy property.
Parameters:
lockedBy - The new document LockedBy property value.

getLockedBy

public java.lang.String getLockedBy()
Gets the document LockedBy property.
Returns:
The document LockedBy property value

setLastModifiedBy

public void setLastModifiedBy(java.lang.String lastModifiedBy)
Sets the document LastModifiedBy property.
Parameters:
lastModifiedBy - The new document LastModifiedBy property value.

getLastModifiedBy

public java.lang.String getLastModifiedBy()
Gets the document LastModifiedBy property.
Returns:
The document LastModifiedBy property value

setIsLatestVersion

public void setIsLatestVersion(boolean isLatestVersion)
Sets the document IsLatestVersion property.
Parameters:
isLatestVersion - The new document IsLatestVersion property value.

isLatestVersion

public boolean isLatestVersion()
Gets the document IsLatestVersion property.
Returns:
The document IsLatestVersion property value

setDocUrl

public void setDocUrl(java.lang.String url)
Sets the document DocUrl property.
Parameters:
url - The new document DocUrl property value.

getDocUrl

public java.lang.String getDocUrl()
Gets the document DocUrl property.
Returns:
The document DocUrl property value

setMimeType

public void setMimeType(java.lang.String mimeType)
Sets the document MimeType property.
Parameters:
mimeType - The new document MimeType property value.

getMimeType

public java.lang.String getMimeType()
Gets the document MimeType property.
Returns:
The document MimeType property value

setSize

public void setSize(long size)
Sets the document Size property.
Parameters:
size - The new document Size property value.

getSize

public long getSize()
Gets the document Size property.
Returns:
The document Size property value

setApplicationId

public void setApplicationId(long applicationId)
Sets the document ApplicationId property.
Parameters:
applicationId - The new document ApplicationId property value.

getApplicationId

public long getApplicationId()
Gets the document ApplicationId property.
Returns:
The document ApplicationId property value

setApplicationName

public void setApplicationName(java.lang.String applicationName)
Sets the document ApplicationName property.
Parameters:
applicationName - The new document ApplicationName property value.

getApplicationName

public java.lang.String getApplicationName()
Gets the document ApplicationName property.
Returns:
The document ApplicationName property value

setBatchId

public void setBatchId(long batchId)
Sets the document BatchId property.
Parameters:
batchId - The new document BatchId property value.

getBatchId

public long getBatchId()
Gets the document BatchId property
Returns:
The document BatchId property value

setVolumeDate

public void setVolumeDate(java.util.Date volumeDate)
Sets the document VolumeDate property.
Parameters:
volumeDate - The new document VolumeDate property value.

getVolumeDate

public java.util.Date getVolumeDate()
Gets the document VolumeDate property
Returns:
The document VolumeDate property value

setVolumeName

public void setVolumeName(java.lang.String aVolumeName)
Sets the document Volume property. The Volume is determined by the Storage Policy defined for the Application.
Parameters:
aVolumeName - The new document Volume property value.

getVolumeName

public java.lang.String getVolumeName()
Gets the document Volume property
Returns:
The document Volume property value

setStatus

public void setStatus(java.lang.String status)
Sets the document status property. Setting this value has no effect as the value is determined by the document repository.
Parameters:
status - document status value

getStatus

public java.lang.String getStatus()
Gets the document status property. The status is used to determine if the state of the document has changed.
Returns:
document status value

Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.