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

java.lang.Object
  extended by com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.impl.GetLinkedLCAssetsLocationResult
All Implemented Interfaces:
IGetLinkedLCAssetsLocationResult, java.io.Serializable

public class GetLinkedLCAssetsLocationResult
extends java.lang.Object
implements IGetLinkedLCAssetsLocationResult, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetLinkedLCAssetsLocationResult(java.lang.String str)
           
 
Method Summary
 java.lang.String getLinkedLCAssetsFolderPath()
          Retrieves the linked Adobe Experience Manager forms asset's folder path
 java.lang.String getLinkedLCAssetsName()
          Retrieves the linked Adobe Experience Manager forms asset's name
 java.lang.String getLinkedLCAssetsURL()
          Retrieves the linked Adobe Experience Manager forms asset's complete URL (includes asset link object's folder path and name)
 void setLinkedLCAssetsFolderPath(java.lang.String formTemplateFolderPath)
          Sets the linked Adobe Experience Manager forms asset's folder path
 void setLinkedLCAssetsName(java.lang.String formTemplateName)
          Sets the linked Adobe Experience Manager forms asset's name
 void setLinkedLCAssetsURL(java.lang.String formTemplateURL)
          Sets the linked Adobe Experience Manager forms asset's complete URL (includes asset link object's folder path and name)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLinkedLCAssetsLocationResult

public GetLinkedLCAssetsLocationResult(java.lang.String str)
Method Detail

getLinkedLCAssetsFolderPath

public java.lang.String getLinkedLCAssetsFolderPath()
Description copied from interface: IGetLinkedLCAssetsLocationResult
Retrieves the linked Adobe Experience Manager forms asset's folder path

Specified by:
getLinkedLCAssetsFolderPath in interface IGetLinkedLCAssetsLocationResult
See Also:
IGetLinkedLCAssetsLocationResult.getLinkedLCAssetsFolderPath()

getLinkedLCAssetsName

public java.lang.String getLinkedLCAssetsName()
Description copied from interface: IGetLinkedLCAssetsLocationResult
Retrieves the linked Adobe Experience Manager forms asset's name

Specified by:
getLinkedLCAssetsName in interface IGetLinkedLCAssetsLocationResult
See Also:
IGetLinkedLCAssetsLocationResult.getLinkedLCAssetsName()

getLinkedLCAssetsURL

public java.lang.String getLinkedLCAssetsURL()
Description copied from interface: IGetLinkedLCAssetsLocationResult
Retrieves the linked Adobe Experience Manager forms asset's complete URL (includes asset link object's folder path and name)

Specified by:
getLinkedLCAssetsURL in interface IGetLinkedLCAssetsLocationResult
See Also:
IGetLinkedLCAssetsLocationResult.getLinkedLCAssetsURL()

setLinkedLCAssetsFolderPath

public void setLinkedLCAssetsFolderPath(java.lang.String formTemplateFolderPath)
Description copied from interface: IGetLinkedLCAssetsLocationResult
Sets the linked Adobe Experience Manager forms asset's folder path

Specified by:
setLinkedLCAssetsFolderPath in interface IGetLinkedLCAssetsLocationResult
See Also:
IGetLinkedLCAssetsLocationResult.setLinkedLCAssetsFolderPath(java.lang.String)

setLinkedLCAssetsName

public void setLinkedLCAssetsName(java.lang.String formTemplateName)
Description copied from interface: IGetLinkedLCAssetsLocationResult
Sets the linked Adobe Experience Manager forms asset's name

Specified by:
setLinkedLCAssetsName in interface IGetLinkedLCAssetsLocationResult
See Also:
IGetLinkedLCAssetsLocationResult.setLinkedLCAssetsName(java.lang.String)

setLinkedLCAssetsURL

public void setLinkedLCAssetsURL(java.lang.String formTemplateURL)
Description copied from interface: IGetLinkedLCAssetsLocationResult
Sets the linked Adobe Experience Manager forms asset's complete URL (includes asset link object's folder path and name)

Specified by:
setLinkedLCAssetsURL in interface IGetLinkedLCAssetsLocationResult
See Also:
IGetLinkedLCAssetsLocationResult.setLinkedLCAssetsURL(java.lang.String)