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

java.lang.Object
  extended by com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.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 the storeContent and storeContentInWorkflow operations.

See Also:
storeContent(LoginSettings, String, String, String, String, String, String, String, java.util.List, com.adobe.idp.Document, UpdateVersionType, java.util.Map), storeContentInWorkflow(com.adobe.workflow.pat.service.PATExecutionContext, LoginSettings, String, String, String, String, String, String, String, java.util.List, com.adobe.idp.Document, UpdateVersionType, java.util.Map), Serialized Form

Constructor Summary
StoreContentResult()
           
 
Method Summary
 java.util.Date getDocumentCreationDate()
          Retrieves the date when the document was created.
 java.lang.String getDocumentCreatorName()
          Retrieves the name (a string) of the creator of the document.
 java.lang.String getDocumentID()
          Retrieves the ID (a string value) of the document.
 java.util.Date getDocumentLastModificationDate()
          Retrieves the date when the document was last modified.
 java.lang.String getDocumentLastModifier()
          Retrieves the name of the person who last modified the document.
 java.lang.String getDocumentVersion()
          Retrieves the version of the document.
 void setDocumentCreationDate(java.util.Date aDocumentCreationDate)
          Sets the date when the document was created.
 void setDocumentCreatorName(java.lang.String aDocumentCreatorName)
          Sets the name of the creator of the document.
 void setDocumentID(java.lang.String aDocumentID)
          Sets the ID of the document.
 void setDocumentLastModificationDate(java.util.Date aDocumentLastModificationDate)
          Sets the date that the document was last modified on.
 void setDocumentLastModifier(java.lang.String documentLastModifier)
          Sets the name of the person who last modified the document.
 void setDocumentVersion(java.lang.String aDocumentVersion)
          Sets the version 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

getDocumentID

public java.lang.String getDocumentID()
Description copied from interface: IStoreContentResult
Retrieves the ID (a string value) 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)

getDocumentVersion

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

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

setDocumentVersion

public void setDocumentVersion(java.lang.String aDocumentVersion)
Description copied from interface: IStoreContentResult
Sets the version of the document.

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

getDocumentCreatorName

public java.lang.String getDocumentCreatorName()
Description copied from interface: IStoreContentResult
Retrieves the name (a string) of the creator of 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 creator of the document.

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

getDocumentCreationDate

public java.util.Date getDocumentCreationDate()
Description copied from interface: IStoreContentResult
Retrieves the date when 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 when the document was created.

Specified by:
setDocumentCreationDate in interface IStoreContentResult
See Also:
IStoreContentResult.setDocumentCreationDate(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 documentLastModifier)
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)

getDocumentLastModificationDate

public java.util.Date getDocumentLastModificationDate()
Description copied from interface: IStoreContentResult
Retrieves the date when 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 that the document was last modified on.

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.IStoreContentResult#toString()