Class 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 name
      java.lang.String getAssetTitle()
      Get the copied asset title
      void setAssetName​(java.lang.String assetName)
      Set the copied asset name
      void setAssetTitle​(java.lang.String assetTitle)
      Set the copied asset title
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CopiedAssetInfo

        public CopiedAssetInfo()
    • 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 -