org.mobicents.csapi.jr.slee.gms
Class TpMailboxFolderIdentifier

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.gms.TpMailboxFolderIdentifier
All Implemented Interfaces:
java.io.Serializable

public final class TpMailboxFolderIdentifier
extends java.lang.Object
implements java.io.Serializable

Defines the Sequence of Data Elements that identify a folder.

See Also:
Serialized Form

Constructor Summary
TpMailboxFolderIdentifier(int _mailboxFolder, int _sessionID)
          Creates a new TpMailboxFolderIdentifier instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getMailboxFolder()
          This method returns a mailboxFolder.
 int getSessionID()
          This method returns a sessionID.
 int hashCode()
          Returns a hashcode value for the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TpMailboxFolderIdentifier

public TpMailboxFolderIdentifier(int _mailboxFolder,
                                 int _sessionID)
Creates a new TpMailboxFolderIdentifier instance.

Parameters:
_mailboxFolder -
_sessionID -
Method Detail

getMailboxFolder

public int getMailboxFolder()
This method returns a mailboxFolder.

Returns:
a org.mobicents.csapi.jr.slee.gms.IpMailboxFolder value

getSessionID

public int getSessionID()
This method returns a sessionID.

Returns:
a int value

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.