com.ibm.commerce.content.facade.datatypes

Interface ContentVersionExternalIdentifierType



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

    The following features are supported:

    See Also:
    ContentPackage.getContentVersionExternalIdentifierType()
    • Method Detail

      • getObjectType

        java.lang.String getObjectType()
        Returns the value of the 'Object Type' attribute. Object type, such as SalesCatalog, CatalogGroup, Product, Bundle, etc.
        Returns:
        the value of the 'Object Type' attribute.
        See Also:
        setObjectType(String), ContentPackage.getContentVersionExternalIdentifierType_ObjectType()
      • setObjectType

        void setObjectType(java.lang.String value)
        Sets the value of the 'Object Type' attribute.
        Parameters:
        value - the new value of the 'Object Type' attribute.
        See Also:
        getObjectType()
      • getObjectId

        long getObjectId()
        Returns the value of the 'Object Id' attribute. Object ID. It can be the CATALOG_ID in the CATALOG table, CATGROUP_ID in the CATGROUP table or CATENTRY_ID in the CATENTRY table.
        Returns:
        the value of the 'Object Id' attribute.
        See Also:
        isSetObjectId(), unsetObjectId(), setObjectId(long), ContentPackage.getContentVersionExternalIdentifierType_ObjectId()
      • getStoreIdentifier

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. Store identifier.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), ContentPackage.getContentVersionExternalIdentifierType_StoreIdentifier()
      • getVersionNumber

        java.lang.String getVersionNumber()
        Returns the value of the 'Version Number' attribute. the version number. It may be generated by the system.
        Returns:
        the value of the 'Version Number' attribute.
        See Also:
        setVersionNumber(String), ContentPackage.getContentVersionExternalIdentifierType_VersionNumber()
      • setVersionNumber

        void setVersionNumber(java.lang.String value)
        Sets the value of the 'Version Number' attribute.
        Parameters:
        value - the new value of the 'Version Number' attribute.
        See Also:
        getVersionNumber()