com.ibm.commerce.collaboration.cc.objects
Interface QueueCSRAccessBeanData

All Known Implementing Classes:
QueueCSRAccessBean

public interface QueueCSRAccessBeanData

This table contains customer care queue assignment records for Customer Service Representatives. QueueCSRAccessBeanData


Method Summary
java.lang.Long getCSR_id()
getCSR_id
java.lang.Integer getQueue_id()
getQueue_id
void setCSR_id(java.lang.Long newValue)
setCSR_id
void setQueue_id(java.lang.Integer newValue) setQueue_id

Method Detail

getCSR_id

public java.lang.Long getCSR_id()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException
getCSR_id
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCSR_id

public void setCSR_id(java.lang.Long newValue)
setCSR_id

getQueue_id

public java.lang.Integer getQueue_id()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getQueue_id
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQueue_id

public void setQueue_id(java.lang.Integer newValue)
setQueue_id

Feedback