com.ibm.commerce.utf.objects
Interface PAttrFreeFormValueAccessBeanData

All Known Implementing Classes:
PAttrFreeFormValueAccessBean

public interface PAttrFreeFormValueAccessBeanData


Method Summary
 java.lang.String getAttributeId()
           
 java.lang.String getEncryptFlag()
           
 java.lang.String getOperatorId()
           
 java.lang.String getReferenceNumber()
           
 java.lang.String getSequence()
           
 java.lang.String getTcId()
           
 java.lang.String getType()
           
 java.lang.String getUnitId()
           
 void setAttribute(java.lang.String newValue)
           
 void setEncryptFlag(java.lang.String newValue)
           
 void setOperatorId(java.lang.String newValue)
           
 void setReferenceNumber(java.lang.String newValue)
           
 void setSequence(java.lang.String newValue)
           
 void setTcId(java.lang.String newValue)
           
 void setUnitId(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

getEncryptFlag

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

getOperatorId

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

getReferenceNumber

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

getSequence

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

getTcId

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

getUnitId

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

setAttribute

public void setAttribute(java.lang.String newValue)

setEncryptFlag

public void setEncryptFlag(java.lang.String newValue)

setOperatorId

public void setOperatorId(java.lang.String newValue)

setReferenceNumber

public void setReferenceNumber(java.lang.String newValue)

setSequence

public void setSequence(java.lang.String newValue)

setTcId

public void setTcId(java.lang.String newValue)

setUnitId

public void setUnitId(java.lang.String newValue)