org.alliance.core.interactions
Class PleaseForwardInvitationInteraction

java.lang.Object
  extended by org.alliance.core.interactions.PleaseForwardInvitationInteraction
All Implemented Interfaces:
java.io.Serializable, NeedsUserInteraction

public class PleaseForwardInvitationInteraction
extends java.lang.Object
implements NeedsUserInteraction

Created by IntelliJ IDEA. User: maciek Date: 2006-mar-21 Time: 20:20:31 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
PleaseForwardInvitationInteraction(int fromGuid, int toGuid, java.lang.String invitationCode)
           
 
Method Summary
 int getFromGuid()
           
 java.lang.String getInvitationCode()
           
 int getToGuid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PleaseForwardInvitationInteraction

public PleaseForwardInvitationInteraction(int fromGuid,
                                          int toGuid,
                                          java.lang.String invitationCode)
Method Detail

getInvitationCode

public java.lang.String getInvitationCode()

getToGuid

public int getToGuid()

getFromGuid

public int getFromGuid()