com.ibm.commerce.utf.objects
Interface PAttrProdAccessBeanData

All Known Implementing Classes:
PAttrProdAccessBean

public interface PAttrProdAccessBeanData

The relationship table between the PATTRIBUTE and CATENTRY tables.


Method Summary
java.lang.String getAttributeId()
java.lang.String getCatentryId()
void setAttributeId(java.lang.String newValue)
void setCatentryId(java.lang.String newValue)

Method Detail

getAttributeId

public java.lang.String getAttributeId()
                                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

setAttributeId

public void setAttributeId(java.lang.String newValue)

getCatentryId

public java.lang.String getCatentryId()
                               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

setCatentryId

public void setCatentryId(java.lang.String newValue)

Feedback