com.ibm.commerce.approval.beans
Class ApprovalMemberLightDataBean

com.ibm.commerce.approval.beans.ApprovalMemberLightDataBean

public class ApprovalMemberLightDataBean

This class holds member information used in creating approver or submitter drop downs. It is populated from a resultset row via a call to the fromResultSet method.
The superclass contains the following methods: public void fromResultSet(ResultSet rs) throws java.sql.SQLException public Long getMemberId() public String getName() public void setMemberId(Long newMemberId) public void setName(String newName)

The fromResultSet method populates the bean from a resultset row

The getMemberId method returns the member id. This will be either the approver or submitter id depending on what type of list is being displayed.

The getName method returns the member name. This will be either the approver or submitter name depending on what type of list is being displayed.

The setMemberId method sets the member id. This will be either the approver or submitter id depending on what type of list is being displayed.

The setName method sets the name. This will be either the approver or submitter name depending on what type of list is being displayed.


Constructor Summary
ApprovalMemberLightDataBean()
          ApprovalMemberLightDataBean constructor.
ApprovalMemberLightDataBean(com.ibm.commerce.approval.beans.ApprovalMemberLight theBean)
          ApprovalMemberLightDataBean constructor from ApprovalMemberLight object.
 

Constructor Detail

ApprovalMemberLightDataBean

public ApprovalMemberLightDataBean()
ApprovalMemberLightDataBean constructor.

ApprovalMemberLightDataBean

public ApprovalMemberLightDataBean(com.ibm.commerce.approval.beans.ApprovalMemberLight theBean)
ApprovalMemberLightDataBean constructor from ApprovalMemberLight object.