com.ibm.commerce.content.facade.datatypes

Interface ManagedFileType

    • Method Detail

      • getManagedFileIdentifier

        com.ibm.commerce.foundation.common.datatypes.ManagedFileIdentifierType getManagedFileIdentifier()
        Returns the value of the 'Managed File Identifier' containment reference. Identifier for the Managed File.
        Returns:
        the value of the 'Managed File Identifier' containment reference.
        See Also:
        setManagedFileIdentifier(ManagedFileIdentifierType), ContentPackage.getManagedFileType_ManagedFileIdentifier()
      • setManagedFileIdentifier

        void setManagedFileIdentifier(com.ibm.commerce.foundation.common.datatypes.ManagedFileIdentifierType value)
        Sets the value of the 'Managed File Identifier' containment reference.
        Parameters:
        value - the new value of the 'Managed File Identifier' containment reference.
        See Also:
        getManagedFileIdentifier()
      • getManagedDirectoryIdentifier

        com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType getManagedDirectoryIdentifier()
        Returns the value of the 'Managed Directory Identifier' containment reference. Identifier for the Managed Directory.
        Returns:
        the value of the 'Managed Directory Identifier' containment reference.
        See Also:
        setManagedDirectoryIdentifier(ManagedDirectoryIdentifierType), ContentPackage.getManagedFileType_ManagedDirectoryIdentifier()
      • setManagedDirectoryIdentifier

        void setManagedDirectoryIdentifier(com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType value)
        Sets the value of the 'Managed Directory Identifier' containment reference.
        Parameters:
        value - the new value of the 'Managed Directory Identifier' containment reference.
        See Also:
        getManagedDirectoryIdentifier()
      • getFileSize

        java.lang.String getFileSize()
        Returns the value of the 'File Size' attribute. The size of the managed file.
        Returns:
        the value of the 'File Size' attribute.
        See Also:
        setFileSize(String), ContentPackage.getManagedFileType_FileSize()
      • setFileSize

        void setFileSize(java.lang.String value)
        Sets the value of the 'File Size' attribute.
        Parameters:
        value - the new value of the 'File Size' attribute.
        See Also:
        getFileSize()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), ContentPackage.getManagedFileType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()
      • getAssociated

        int getAssociated()
        Returns the value of the 'Associated' attribute. The default value is "0". Indicator to describe if the ManagedFile is associated with an AttachmentAsset.
        Returns:
        the value of the 'Associated' attribute.
        See Also:
        isSetAssociated(), unsetAssociated(), setAssociated(int), ContentPackage.getManagedFileType_Associated()