Class CopiedAssetInfo
- java.lang.Object
-
- com.adobe.forms.foundation.transfer.CopiedAssetInfo
-
public class CopiedAssetInfo extends java.lang.Object
CopiedAsset 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.String
getAssetName()
Get the copied asset namejava.lang.String
getAssetTitle()
Get the copied asset titlevoid
setAssetName(java.lang.String assetName)
Set the copied asset namevoid
setAssetTitle(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
-
-
-