This interface must be implemented to provide a task command that removes a member from a member group. Different implementations of this interface can be provided for different stores.
Field Summary | |
static java.lang.String | COPYRIGHT Copyright. |
static java.lang.String | defaultCommandClassName The name of the default implementation of this interface. |
static java.lang.String | Name The name of this interface. |
Method Summary | |
java.lang.String | getMemberId() Returns the member ID of the member being removed. |
void | setMemberGroupId(java.lang.Long memberGroupId) Sets the member group ID. |
void | setMemberId(java.lang.Long memberId) Sets the member ID. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String Name
public static final java.lang.String defaultCommandClassName
Method Detail |
public void setMemberGroupId(java.lang.Long memberGroupId)
public void setMemberId(java.lang.Long memberId)
public java.lang.String getMemberId()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.