Changes since
the last release

com.ebay.sdk.attributes.model
Class AttributeSet

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AttributeSetType
      extended by com.ebay.sdk.attributes.model.AttributeSet
All Implemented Interfaces:
Serializable

public class AttributeSet
extends AttributeSetType

Wraper class for AttributeSetType to provide support for catalog.

Title: AttributesLib for Java

Description:

Copyright: Copyright (c) 2004

Company: eBay Inc.

See Also:
Serialized Form

Constructor Summary
AttributeSet()
          Constructor.
 
Method Summary
 void add(Attribute attr)
          Add an Attribute object to the list.
 int getCategoryID()
          Gets the category ID of the AttributeSet (CS).
 int getCategoryOrdinal()
          Gets the ordinal number of the category.
 String getName()
           
 String getProductFinderID()
           
 String getProductID()
          Gets the product ID that is associated with the CS object.
 void setCategoryID(int categoryID)
          Sets the category ID of the AttributeSet (CS).
 void setCategoryOrdinal(int categoryOrdinal)
          Sets the ordinal number of the category.
 void setName(String name)
           
 void setProductFinderID(String productFinderID)
          Sets the product finder that is associated with the AttributeSet object.
 void setProductID(String productID)
          Sets the product ID that is used by IAttributesMaster to idenfity the catalog product that is associated with the attributes data.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AttributeSetType
equals, get_any, getAttribute, getAttribute, getAttributeSetID, getAttributeSetVersion, getDeserializer, getSerializer, getTypeDesc, hashCode, set_any, setAttribute, setAttribute, setAttributeSetID, setAttributeSetVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSet

public AttributeSet()
Constructor.

Method Detail

setCategoryID

public void setCategoryID(int categoryID)
Sets the category ID of the AttributeSet (CS).

Parameters:
categoryID - int

getCategoryID

public int getCategoryID()
Gets the category ID of the AttributeSet (CS).

Returns:
int

setCategoryOrdinal

public void setCategoryOrdinal(int categoryOrdinal)
Sets the ordinal number of the category.

Parameters:
categoryOrdinal - int

getCategoryOrdinal

public int getCategoryOrdinal()
Gets the ordinal number of the category.

Returns:
int

setProductID

public void setProductID(String productID)
Sets the product ID that is used by IAttributesMaster to idenfity the catalog product that is associated with the attributes data.

Parameters:
productID - String

getProductID

public String getProductID()
Gets the product ID that is associated with the CS object.

Returns:
String

setProductFinderID

public void setProductFinderID(String productFinderID)
Sets the product finder that is associated with the AttributeSet object.

Parameters:
productFinderID - String

getName

public String getName()

setName

public void setName(String name)

getProductFinderID

public String getProductFinderID()
Returns:
String

add

public void add(Attribute attr)
Add an Attribute object to the list.

Parameters:
attr - Attribute

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations:developer-relations@ebay.com
© 2004-2006 eBay Inc. All rights reserved.