com.ibm.commerce.contract.objects
Interface BusinessPolicyAccessBeanData

All Known Implementing Classes:
BusinessPolicyAccessBean

public interface BusinessPolicyAccessBeanData


Method Summary
 java.lang.String getEndDate()
           
 java.lang.String getPolicyId()
           
 java.lang.String getPolicyName()
           
 java.lang.String getProperties()
           
 java.lang.String getStartDate()
           
 java.lang.String getStoreEntityId()
           
 java.lang.String getType()
           
 void setEndDate(java.lang.String newValue)
           
 void setPolicyId(java.lang.String newValue)
           
 void setPolicyName(java.lang.String newValue)
           
 void setProperties(java.lang.String newValue)
           
 void setStartDate(java.lang.String newValue)
           
 void setStoreEntityId(java.lang.String newValue)
           
 void setType(java.lang.String newValue)
           
 

Method Detail

getEndDate

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

getPolicyName

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

getStartDate

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

getStoreEntityId

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

getType

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

setEndDate

public void setEndDate(java.lang.String newValue)

setPolicyId

public void setPolicyId(java.lang.String newValue)

setPolicyName

public void setPolicyName(java.lang.String newValue)

setProperties

public void setProperties(java.lang.String newValue)

setStartDate

public void setStartDate(java.lang.String newValue)

setStoreEntityId

public void setStoreEntityId(java.lang.String newValue)

setType

public void setType(java.lang.String newValue)