com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.impl
Class StoreContentResult

java.lang.Object
  extended by com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.impl.StoreContentResult
All Implemented Interfaces:
IStoreContentResult, java.io.Serializable

public class StoreContentResult
extends java.lang.Object
implements IStoreContentResult, java.io.Serializable

Stores the output of storeContent and storeContentInWorkflow operations

Since:
21 April 2007
See Also:
Serialized Form

Constructor Summary
StoreContentResult()
           
 
Method Summary
 java.util.Date getDocumentCreationDate()
          Retrieves the date on which the document was created.
 java.lang.String getDocumentCreatorName()
          Retrieves the name of the person who created the document.
 java.lang.String getDocumentID()
          Retrieves the ID of the document.
 java.util.Date getDocumentLastModificationDate()
          Retrieves the date on which the document was last modified.
 java.lang.String getDocumentLastModifier()
          Retrieves the name of the person who last modified the document.
 int getDocumentMajorVersion()
          Retrieves the major version number of the document.
 int getDocumentMinorVersion()
          Retrieves the minor version number of the document.
 void setDocumentCreationDate(java.util.Date aDocumentCreationDate)
          Sets the date on which the document was created.
 void setDocumentCreatorName(java.lang.String aDocumentCreatorName)
          Sets the name of the person who created the document.
 void setDocumentID(java.lang.String aDocumentID)
          Sets the ID of the document.
 void setDocumentLastModificationDate(java.util.Date aDocumentLastModificationDate)
          Sets the date on which the document was last modified.
 void setDocumentLastModifier(java.lang.String aDocumentLastModifier)
          Sets the name of the person who last modified the document.
 void setDocumentMajorVersion(int documentMajorVersion)
          Sets the major version number of the document.
 void setDocumentMinorVersion(int documentMinorVersion)
          Sets the minor version number of the document.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreContentResult

public StoreContentResult()
Method Detail

getDocumentCreationDate

public java.util.Date getDocumentCreationDate()
Description copied from interface: IStoreContentResult
Retrieves the date on which the document was created.

Specified by:
getDocumentCreationDate in interface IStoreContentResult
See Also:
IStoreContentResult.getDocumentCreationDate()

setDocumentCreationDate

public void setDocumentCreationDate(java.util.Date aDocumentCreationDate)
Description copied from interface: IStoreContentResult
Sets the date on which the document was created.

Specified by:
setDocumentCreationDate in interface IStoreContentResult
See Also:
IStoreContentResult.setDocumentCreationDate(java.util.Date)

getDocumentCreatorName

public java.lang.String getDocumentCreatorName()
Description copied from interface: IStoreContentResult
Retrieves the name of the person who created the document.

Specified by:
getDocumentCreatorName in interface IStoreContentResult
See Also:
IStoreContentResult.getDocumentCreatorName()

setDocumentCreatorName

public void setDocumentCreatorName(java.lang.String aDocumentCreatorName)
Description copied from interface: IStoreContentResult
Sets the name of the person who created the document.

Specified by:
setDocumentCreatorName in interface IStoreContentResult
See Also:
IStoreContentResult.setDocumentCreatorName(java.lang.String)

getDocumentID

public java.lang.String getDocumentID()
Description copied from interface: IStoreContentResult
Retrieves the ID of the document.

Specified by:
getDocumentID in interface IStoreContentResult
See Also:
IStoreContentResult.getDocumentID()

setDocumentID

public void setDocumentID(java.lang.String aDocumentID)
Description copied from interface: IStoreContentResult
Sets the ID of the document.

Specified by:
setDocumentID in interface IStoreContentResult
See Also:
IStoreContentResult.setDocumentID(java.lang.String)

getDocumentLastModificationDate

public java.util.Date getDocumentLastModificationDate()
Description copied from interface: IStoreContentResult
Retrieves the date on which the document was last modified.

Specified by:
getDocumentLastModificationDate in interface IStoreContentResult
See Also:
IStoreContentResult.getDocumentLastModificationDate()

setDocumentLastModificationDate

public void setDocumentLastModificationDate(java.util.Date aDocumentLastModificationDate)
Description copied from interface: IStoreContentResult
Sets the date on which the document was last modified.

Specified by:
setDocumentLastModificationDate in interface IStoreContentResult
See Also:
IStoreContentResult.setDocumentLastModificationDate(java.util.Date)

getDocumentLastModifier

public java.lang.String getDocumentLastModifier()
Description copied from interface: IStoreContentResult
Retrieves the name of the person who last modified the document.

Specified by:
getDocumentLastModifier in interface IStoreContentResult
See Also:
IStoreContentResult.getDocumentLastModifier()

setDocumentLastModifier

public void setDocumentLastModifier(java.lang.String aDocumentLastModifier)
Description copied from interface: IStoreContentResult
Sets the name of the person who last modified the document.

Specified by:
setDocumentLastModifier in interface IStoreContentResult
See Also:
IStoreContentResult.setDocumentLastModifier(java.lang.String)

getDocumentMajorVersion

public int getDocumentMajorVersion()
Description copied from interface: IStoreContentResult
Retrieves the major version number of the document.

Specified by:
getDocumentMajorVersion in interface IStoreContentResult
See Also:
IStoreContentResult.getDocumentMajorVersion()

setDocumentMajorVersion

public void setDocumentMajorVersion(int documentMajorVersion)
Description copied from interface: IStoreContentResult
Sets the major version number of the document.

Specified by:
setDocumentMajorVersion in interface IStoreContentResult
See Also:
IStoreContentResult.setDocumentMajorVersion(int)

getDocumentMinorVersion

public int getDocumentMinorVersion()
Description copied from interface: IStoreContentResult
Retrieves the minor version number of the document.

Specified by:
getDocumentMinorVersion in interface IStoreContentResult
See Also:
IStoreContentResult.getDocumentMinorVersion()

setDocumentMinorVersion

public void setDocumentMinorVersion(int documentMinorVersion)
Description copied from interface: IStoreContentResult
Sets the minor version number of the document.

Specified by:
setDocumentMinorVersion in interface IStoreContentResult
See Also:
IStoreContentResult.setDocumentMinorVersion(int)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object