|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AttributeSetType
com.ebay.sdk.attributes.model.AttributeSet
public class AttributeSet
Wraper class for AttributeSetType to provide support for catalog.
Title: AttributesLib for Java
Description:
Copyright: Copyright (c) 2004
Company: eBay Inc.
| 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 |
|---|
public AttributeSet()
| Method Detail |
|---|
public void setCategoryID(int categoryID)
categoryID - intpublic int getCategoryID()
public void setCategoryOrdinal(int categoryOrdinal)
categoryOrdinal - intpublic int getCategoryOrdinal()
public void setProductID(String productID)
productID - Stringpublic String getProductID()
public void setProductFinderID(String productFinderID)
productFinderID - Stringpublic String getName()
public void setName(String name)
public String getProductFinderID()
public void add(Attribute attr)
attr - Attribute
|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.