| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   oracle.imaging.Document.Properties
oracle.imaging.Document.Properties
public static class Document.Properties
A data structure containing general properties for an imaging document.
| 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 | 
|---|
public Document.Properties()
| Method Detail | 
|---|
public void setVersion(long version)
version - The new document Version property value.public long getVersion()
public void setLastModifiedDate(java.util.Date lastModifiedDate)
lastModifiedDate - The new document LastModifiedDate property value.public java.util.Date getLastModifiedDate()
public void setCreator(java.lang.String creator)
creator - The new document Creator property value.public java.lang.String getCreator()
public void setCreateDate(java.util.Date createDate)
createDate - The new document CreateDate property value.public java.util.Date getCreateDate()
public void setLockedBy(java.lang.String lockedBy)
lockedBy - The new document LockedBy property value.public java.lang.String getLockedBy()
public void setLastModifiedBy(java.lang.String lastModifiedBy)
lastModifiedBy - The new document LastModifiedBy property value.public java.lang.String getLastModifiedBy()
public void setIsLatestVersion(boolean isLatestVersion)
isLatestVersion - The new document IsLatestVersion property value.public boolean isLatestVersion()
public void setDocUrl(java.lang.String url)
url - The new document DocUrl property value.public java.lang.String getDocUrl()
public void setMimeType(java.lang.String mimeType)
mimeType - The new document MimeType property value.public java.lang.String getMimeType()
public void setSize(long size)
size - The new document Size property value.public long getSize()
public void setApplicationId(long applicationId)
applicationId - The new document ApplicationId property value.public long getApplicationId()
public void setApplicationName(java.lang.String applicationName)
applicationName - The new document ApplicationName property value.public java.lang.String getApplicationName()
public void setBatchId(long batchId)
batchId - The new document BatchId property value.public long getBatchId()
public void setVolumeDate(java.util.Date volumeDate)
volumeDate - The new document VolumeDate property value.public java.util.Date getVolumeDate()
public void setVolumeName(java.lang.String aVolumeName)
aVolumeName - The new document Volume property value.public java.lang.String getVolumeName()
public void setStatus(java.lang.String status)
status - document status valuepublic java.lang.String getStatus()
| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||