com.ibm.commerce.catalog.objects
Interface AttributeTypeAccessBeanData

All Known Implementing Classes:
AttributeTypeAccessBean

public interface AttributeTypeAccessBeanData

This table holds the type identifier for product Attributes.


Method Summary
java.lang.String getAttributeType_id()
java.lang.String getDescription()
java.lang.String getOID()
void setAttributeType_id(java.lang.String newValue)
void setDescription(java.lang.String newValue)
void setOID(java.lang.String newValue)

Method Detail

getAttributeType_id

public java.lang.String getAttributeType_id()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAttributeType_id

public void setAttributeType_id(java.lang.String newValue)

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDescription

public void setDescription(java.lang.String newValue)

getOID

public java.lang.String getOID()
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOID

public void setOID(java.lang.String newValue)

Feedback