com.ibm.commerce.negotiation.objects
Interface RuleClassRegistryAccessBeanData

All Known Implementing Classes:
RuleClassRegistryAccessBean

public interface RuleClassRegistryAccessBeanData

This table contains the class information used to interpret the text in the CONTRLRULE table.


Method Summary
java.lang.String getClassName()
java.lang.String getId()
java.lang.String getName()
java.lang.String getOwnerId()
java.lang.String getRuleType()
void setClassName(java.lang.String newValue)
void setId(java.lang.String newValue)
void setName(java.lang.String newValue)
void setOwnerId(java.lang.String newValue)
void setRuleType(java.lang.String newValue)

Method Detail

getRuleType

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

setRuleType

public void setRuleType(java.lang.String newValue)

getOwnerId

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

setOwnerId

public void setOwnerId(java.lang.String newValue)

getId

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

setId

public void setId(java.lang.String newValue)

getClassName

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

setClassName

public void setClassName(java.lang.String newValue)

getName

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

setName

public void setName(java.lang.String newValue)

Feedback