Class GrouperMessageDefault
java.lang.Object
edu.internet2.middleware.grouperClient.messaging.GrouperMessageDefault
- All Implemented Interfaces:
GrouperMessage
grouper message sent to/from grouper messaging systems
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmember id of a subjcet that sent the messagegetId()
void
setFromMemberId
(String fromMemberId1) void
void
setMessageBody
(String messageBody1)
-
Constructor Details
-
GrouperMessageDefault
public GrouperMessageDefault()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceGrouperMessage
- Parameters:
id1
- the id to set
-
getFromMemberId
Description copied from interface:GrouperMessage
member id of a subjcet that sent the message- Specified by:
getFromMemberId
in interfaceGrouperMessage
- Returns:
- the from member id
- See Also:
-
getId
- Specified by:
getId
in interfaceGrouperMessage
- Returns:
- id
-
getMessageBody
- Specified by:
getMessageBody
in interfaceGrouperMessage
- Returns:
- the message
- See Also:
-
setFromMemberId
- Specified by:
setFromMemberId
in interfaceGrouperMessage
- Parameters:
fromMemberId1
- the from to set- See Also:
-
setMessageBody
- Specified by:
setMessageBody
in interfaceGrouperMessage
- Parameters:
messageBody1
- the message to set- See Also:
-