Class MappingUtils.MediaObjectInfo

  • Enclosing class:
    MappingUtils

    public static class MappingUtils.MediaObjectInfo
    extends java.lang.Object
    The Class MediaObjectInfo.
    • Constructor Detail

      • MediaObjectInfo

        public MediaObjectInfo​(java.lang.String assetId,
                               java.lang.String assetEntityId,
                               java.lang.String filepath,
                               MappingUtils.MediaObjectInfo.DataType dataType)
        Instantiates a new media object info.
        Parameters:
        assetId - the asset id
        assetEntityId - the asset entity id
        filepath - the filepath
        dataType - the data type
    • Method Detail

      • pathIdentifier

        public static java.lang.String pathIdentifier​(java.lang.String in)
        Path identifier.
        Parameters:
        in - the in
        Returns:
        the string
      • getAssetEntityId

        public java.lang.String getAssetEntityId()
        Gets the asset entity id.
        Returns:
        the asset entity id
      • getAssetId

        public java.lang.String getAssetId()
        Gets the asset id.
        Returns:
        the asset id
      • getClientURI

        public java.lang.String getClientURI()
                                      throws CometException
        Gets the client URI.
        Returns:
        the client URI
        Throws:
        CometException - the comet exception
      • getFilepath

        public java.lang.String getFilepath()
        Gets the filepath.
        Returns:
        the filepath
      • setAssetEntityId

        public void setAssetEntityId​(java.lang.String assetEntityId)
        Sets the asset entity id.
        Parameters:
        assetEntityId - the new asset entity id
      • setAssetId

        public void setAssetId​(java.lang.String assetId)
        Sets the asset id.
        Parameters:
        assetId - the new asset id
      • setFilepath

        public void setFilepath​(java.lang.String filepath)
        Sets the filepath.
        Parameters:
        filepath - the new filepath
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object