LaColla.core.msg
Class msgAuthenticationOfParticipant

java.lang.Object
  extended by LaColla.core.msg.Msg
      extended by LaColla.core.msg.msgAuthenticationOfParticipant
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class msgAuthenticationOfParticipant
extends Msg

See Also:
Serialized Form

Field Summary
 java.lang.String AppId
           
 
Constructor Summary
msgAuthenticationOfParticipant()
           
msgAuthenticationOfParticipant(int id)
           
 
Method Summary
 java.lang.String getAppId()
           
 java.lang.String getGroupId()
           
 java.lang.String getPassword()
           
 java.lang.String getPswd()
           
 java.lang.String getUsername()
           
 void setAppId(java.lang.String setAppId)
           
 void setGroupId(java.lang.String groupId_)
           
 void setPassword(java.lang.String password)
           
 void setPswd(java.lang.String pswd_)
           
 void setUsername(java.lang.String username_)
           
 
Methods inherited from class LaColla.core.msg.Msg
decrementConnectedAgents, getAddress, getConnectedAgents, getDest, getId, getKindOfAgent, getOb, getOwnerId, getSource, gettimestampLOCALlocation, setAddress, setConnectedAgents, setDest, setId, setKindOfAgent, setObject, setOwnerId, setSource, settimestampLOCALlocation, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AppId

public java.lang.String AppId
Constructor Detail

msgAuthenticationOfParticipant

public msgAuthenticationOfParticipant()

msgAuthenticationOfParticipant

public msgAuthenticationOfParticipant(int id)
Method Detail

setUsername

public void setUsername(java.lang.String username_)

getUsername

public java.lang.String getUsername()

setPswd

public void setPswd(java.lang.String pswd_)

getPswd

public java.lang.String getPswd()

getGroupId

public java.lang.String getGroupId()
Overrides:
getGroupId in class Msg

setGroupId

public void setGroupId(java.lang.String groupId_)
Overrides:
setGroupId in class Msg

getPassword

public java.lang.String getPassword()
Returns:
Returns the password.

setPassword

public void setPassword(java.lang.String password)
Parameters:
password - The password to set.

getAppId

public java.lang.String getAppId()
Returns:
Returns the setAppId.

setAppId

public void setAppId(java.lang.String setAppId)
Parameters:
setAppId - The setAppId to set.