com.ibm.commerce.content.facade.datatypes

Interface ContentVersionIdentifierType



  • public interface ContentVersionIdentifierType
    A representation of the model object 'Version Identifier Type'.

    The following features are supported:

    See Also:
    ContentPackage.getContentVersionIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. A unique ID of the Content Version Information.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), ContentPackage.getContentVersionIdentifierType_UniqueID()
      • setUniqueID

        void setUniqueID(java.lang.String value)
        Sets the value of the 'Unique ID' attribute.
        Parameters:
        value - the new value of the 'Unique ID' attribute.
        See Also:
        getUniqueID()