Class CopiedAssetInfo
- java.lang.Object
 - 
- com.adobe.forms.foundation.transfer.CopiedAssetInfo
 
 
- 
public class CopiedAssetInfo extends java.lang.ObjectCopiedAsset Info - Holds the information of copied asset. 
- 
- 
Constructor Summary
Constructors Constructor Description CopiedAssetInfo() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssetName()Get the copied asset namejava.lang.StringgetAssetTitle()Get the copied asset titlevoidsetAssetName(java.lang.String assetName)Set the copied asset namevoidsetAssetTitle(java.lang.String assetTitle)Set the copied asset title 
 - 
 
- 
- 
Method Detail
- 
getAssetName
public java.lang.String getAssetName()
Get the copied asset name- Returns:
 - assetName
 
 
- 
setAssetName
public void setAssetName(java.lang.String assetName)
Set the copied asset name- Parameters:
 assetName-
 
- 
getAssetTitle
public java.lang.String getAssetTitle()
Get the copied asset title- Returns:
 - assetTitle
 
 
- 
setAssetTitle
public void setAssetTitle(java.lang.String assetTitle)
Set the copied asset title- Parameters:
 assetTitle-
 
 - 
 
 -