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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmember id of a subjcet that sent the messagegetId()voidsetFromMemberId(String fromMemberId1) voidvoidsetMessageBody(String messageBody1)
-
Constructor Details
-
GrouperMessageDefault
public GrouperMessageDefault()
-
-
Method Details
-
setId
- Specified by:
setIdin interfaceGrouperMessage- Parameters:
id1- the id to set
-
getFromMemberId
Description copied from interface:GrouperMessagemember id of a subjcet that sent the message- Specified by:
getFromMemberIdin interfaceGrouperMessage- Returns:
- the from member id
- See Also:
-
getId
- Specified by:
getIdin interfaceGrouperMessage- Returns:
- id
-
getMessageBody
- Specified by:
getMessageBodyin interfaceGrouperMessage- Returns:
- the message
- See Also:
-
setFromMemberId
- Specified by:
setFromMemberIdin interfaceGrouperMessage- Parameters:
fromMemberId1- the from to set- See Also:
-
setMessageBody
- Specified by:
setMessageBodyin interfaceGrouperMessage- Parameters:
messageBody1- the message to set- See Also:
-