com.ibm.commerce.catalog.facade.server.entity.datatypes

Interface AttributeType

    • Method Detail

      • getAttributeTypeId

        java.lang.String getAttributeTypeId()
        Returns the value of the 'Attribute Type Id' attribute.

        If the meaning of the 'Attribute Type Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attribute Type Id' attribute.
        See Also:
        setAttributeTypeId(String), CatalogEntityPackage.getAttributeType_AttributeTypeId()
      • setAttributeTypeId

        void setAttributeTypeId(java.lang.String value)
        Sets the value of the 'Attribute Type Id' attribute.
        Parameters:
        value - the new value of the 'Attribute Type Id' attribute.
        See Also:
        getAttributeTypeId()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute.

        If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), CatalogEntityPackage.getAttributeType_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getOid

        java.lang.String getOid()
        Returns the value of the 'Oid' attribute.

        If the meaning of the 'Oid' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Oid' attribute.
        See Also:
        setOid(String), CatalogEntityPackage.getAttributeType_Oid()
      • setOid

        void setOid(java.lang.String value)
        Sets the value of the 'Oid' attribute.
        Parameters:
        value - the new value of the 'Oid' attribute.
        See Also:
        getOid()
      • getOptCounter

        java.lang.Short getOptCounter()
        Returns the value of the 'Opt Counter' attribute.

        If the meaning of the 'Opt Counter' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Opt Counter' attribute.
        See Also:
        setOptCounter(Short), CatalogEntityPackage.getAttributeType_OptCounter()
      • setOptCounter

        void setOptCounter(java.lang.Short value)
        Sets the value of the 'Opt Counter' attribute.
        Parameters:
        value - the new value of the 'Opt Counter' attribute.
        See Also:
        getOptCounter()
      • getAttrForAttributeType

        java.util.List getAttrForAttributeType()
        Returns the value of the 'Attr For Attribute Type' reference list. The list contents are of type Attr. It is bidirectional and its opposite is 'Attribute Type For Attribute'.

        If the meaning of the 'Attr For Attribute Type' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attr For Attribute Type' reference list.
        See Also:
        CatalogEntityPackage.getAttributeType_AttrForAttributeType(), Attr.getAttributeTypeForAttribute()
      • getAttributeDescriptionForAttributeType

        java.util.List getAttributeDescriptionForAttributeType()
        Returns the value of the 'Attribute Description For Attribute Type' reference list. The list contents are of type AttributeDescription. It is bidirectional and its opposite is 'Attribute Type For Attribute Description'.

        If the meaning of the 'Attribute Description For Attribute Type' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attribute Description For Attribute Type' reference list.
        See Also:
        CatalogEntityPackage.getAttributeType_AttributeDescriptionForAttributeType(), AttributeDescription.getAttributeTypeForAttributeDescription()
      • getAttrdictsrchconfForAttrtype

        java.util.List getAttrdictsrchconfForAttrtype()
        Returns the value of the 'Attrdictsrchconf For Attrtype' reference list. The list contents are of type Attrdictsrchconf. It is bidirectional and its opposite is 'Attrtype For Attrdictsrchconf'.

        If the meaning of the 'Attrdictsrchconf For Attrtype' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attrdictsrchconf For Attrtype' reference list.
        See Also:
        CatalogEntityPackage.getAttributeType_AttrdictsrchconfForAttrtype(), Attrdictsrchconf.getAttrtypeForAttrdictsrchconf()
      • getAttributeForAttributeType

        java.util.List getAttributeForAttributeType()
        Returns the value of the 'Attribute For Attribute Type' reference list. The list contents are of type Attribute. It is bidirectional and its opposite is 'Attribute Type'.

        If the meaning of the 'Attribute For Attribute Type' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attribute For Attribute Type' reference list.
        See Also:
        CatalogEntityPackage.getAttributeType_AttributeForAttributeType(), Attribute.getAttributeType()
      • getAttributeValueForAttributeType

        java.util.List getAttributeValueForAttributeType()
        Returns the value of the 'Attribute Value For Attribute Type' reference list. The list contents are of type AttributeValue. It is bidirectional and its opposite is 'Attribute Type For Attribute Value'.

        If the meaning of the 'Attribute Value For Attribute Type' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attribute Value For Attribute Type' reference list.
        See Also:
        CatalogEntityPackage.getAttributeType_AttributeValueForAttributeType(), AttributeValue.getAttributeTypeForAttributeValue()