com.ibm.commerce.contract.objects
Interface PolicyCommandAccessBeanData

All Known Implementing Classes:
PolicyCommandAccessBean

public interface PolicyCommandAccessBeanData

This table stores command relationship information for a business policy.


Method Summary
 java.lang.String getBusinessCmdClass()
           
 java.lang.String getPolicyId()
           
 java.lang.String getProperties()
           
 void setProperties(java.lang.String newValue)            
 

Method Detail

getBusinessCmdClass

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

getPolicyId

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

getProperties

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

setProperties

public void setProperties(java.lang.String newValue)