org.mobicents.slee.services.sip.location.jpa
Class JPARegistrationBinding

java.lang.Object
  extended by org.mobicents.slee.services.sip.location.RegistrationBinding
      extended by org.mobicents.slee.services.sip.location.jpa.JPARegistrationBinding
All Implemented Interfaces:
java.io.Serializable

public class JPARegistrationBinding
extends org.mobicents.slee.services.sip.location.RegistrationBinding

See Also:
Serialized Form

Constructor Summary
JPARegistrationBinding()
           
JPARegistrationBinding(java.lang.String sipAddress, javax.sip.address.Address contactAddress, java.lang.String comment, long expires, long registrationDate, float qValue, java.lang.String callId, long cSeq)
           
 
Method Summary
 java.lang.String getCallId()
           
 java.lang.String getComment()
           
 javax.sip.address.Address getContactAddress()
           
 long getCSeq()
           
 long getExpires()
           
 JPARegistrationBindingKey getKey()
           
 float getQValue()
           
 long getRegistrationDate()
           
 java.lang.String getSipAddress()
           
 void setCallId(java.lang.String id)
           
 void setComment(java.lang.String comment)
           
 void setCSeq(long seq)
           
 void setExpires(long expires)
           
 void setKey(JPARegistrationBindingKey key)
           
 void setQValue(float q)
           
 void setRegistrationDate(long registrationDate)
           
 
Methods inherited from class org.mobicents.slee.services.sip.location.RegistrationBinding
equals, getContactHeader, getExpiresDelta, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JPARegistrationBinding

public JPARegistrationBinding()

JPARegistrationBinding

public JPARegistrationBinding(java.lang.String sipAddress,
                              javax.sip.address.Address contactAddress,
                              java.lang.String comment,
                              long expires,
                              long registrationDate,
                              float qValue,
                              java.lang.String callId,
                              long cSeq)
Method Detail

getCallId

public java.lang.String getCallId()
Specified by:
getCallId in class org.mobicents.slee.services.sip.location.RegistrationBinding

setCallId

public void setCallId(java.lang.String id)
Specified by:
setCallId in class org.mobicents.slee.services.sip.location.RegistrationBinding

getComment

public java.lang.String getComment()
Specified by:
getComment in class org.mobicents.slee.services.sip.location.RegistrationBinding

setComment

public void setComment(java.lang.String comment)
Specified by:
setComment in class org.mobicents.slee.services.sip.location.RegistrationBinding

getCSeq

public long getCSeq()
Specified by:
getCSeq in class org.mobicents.slee.services.sip.location.RegistrationBinding

setCSeq

public void setCSeq(long seq)
Specified by:
setCSeq in class org.mobicents.slee.services.sip.location.RegistrationBinding

getExpires

public long getExpires()
Specified by:
getExpires in class org.mobicents.slee.services.sip.location.RegistrationBinding

setExpires

public void setExpires(long expires)
Specified by:
setExpires in class org.mobicents.slee.services.sip.location.RegistrationBinding

getQValue

public float getQValue()
Specified by:
getQValue in class org.mobicents.slee.services.sip.location.RegistrationBinding

setQValue

public void setQValue(float q)
Specified by:
setQValue in class org.mobicents.slee.services.sip.location.RegistrationBinding

getRegistrationDate

public long getRegistrationDate()
Specified by:
getRegistrationDate in class org.mobicents.slee.services.sip.location.RegistrationBinding

setRegistrationDate

public void setRegistrationDate(long registrationDate)
Specified by:
setRegistrationDate in class org.mobicents.slee.services.sip.location.RegistrationBinding

getKey

public JPARegistrationBindingKey getKey()

setKey

public void setKey(JPARegistrationBindingKey key)

getContactAddress

public javax.sip.address.Address getContactAddress()
Specified by:
getContactAddress in class org.mobicents.slee.services.sip.location.RegistrationBinding

getSipAddress

public java.lang.String getSipAddress()
Specified by:
getSipAddress in class org.mobicents.slee.services.sip.location.RegistrationBinding


Copyright © 2008. All Rights Reserved.