com.ibm.commerce.catalog.objects

Class CatalogEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.catalog.objects.CatalogEntityCreationData
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.Long catalogReferenceNumber
      The catalog ID.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      java.lang.String description
      The description.
      java.lang.String identifier
      The catalog identifier.
      java.lang.Long memberId
      The member ID.
      java.lang.Integer TPCLevel
      The TPC level.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CatalogEntityCreationData()
      Default constructor for the Catalog entity creation data.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • catalogReferenceNumber

        public java.lang.Long catalogReferenceNumber
        The catalog ID.
      • memberId

        public java.lang.Long memberId
        The member ID.
      • identifier

        public java.lang.String identifier
        The catalog identifier.
      • description

        public java.lang.String description
        The description.
      • TPCLevel

        public java.lang.Integer TPCLevel
        The TPC level.
    • Constructor Detail

      • CatalogEntityCreationData

        public CatalogEntityCreationData()
        Default constructor for the Catalog entity creation data.
    • Method Detail

      • getCatalogReferenceNumber

        public java.lang.Long getCatalogReferenceNumber()
        Gets the catalog ID.
        Returns:
        catalogReferenceNumber The catalog ID
      • setCatalogReferenceNumber

        public void setCatalogReferenceNumber(java.lang.Long catalogReferenceNumber)
        Sets the catalog ID.
        Parameters:
        catalogReferenceNumber - The catalog ID
      • getMemberId

        public java.lang.Long getMemberId()
        Gets the member ID.
        Returns:
        memberId The member ID
      • setMemberId

        public void setMemberId(java.lang.Long memberId)
        Sets the member ID.
        Parameters:
        memberId - The member ID
      • getIdentifier

        public java.lang.String getIdentifier()
        Gets the catalog identifier.
        Returns:
        identifier The catalog identifier
      • setIdentifier

        public void setIdentifier(java.lang.String identifier)
        Sets the catalog identifier.
        Parameters:
        identifier - The catalog identifier
      • getDescription

        public java.lang.String getDescription()
        Gets the catalog description.
        Returns:
        description The catalog description
      • setDescription

        public void setDescription(java.lang.String description)
        Sets the catalog description.
        Parameters:
        description - The catalog description
      • getTPCLevel

        public java.lang.Integer getTPCLevel()
        Gets the TPC level.
        Returns:
        TPCLevel The TPC level
      • setTPCLevel

        public void setTPCLevel(java.lang.Integer TPCLevel)
        Sets the TPC level.
        Parameters:
        TPCLevel - The TPC level
      • reset

        public void reset()
                   throws java.lang.IllegalAccessException
        Reset all attributes of the Catalog.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

        public void copyFromAccessBean(CatalogAccessBean accessBean)
        Copy attributes' values from the Catalog access bean to the Catalog entity creation data.
        Parameters:
        AccessBean - The Catalog access bean