com.mymed.controller.core.manager.reputation.primary_key
Class UserApplicationProducerId

java.lang.Object
  extended by com.mymed.controller.core.manager.reputation.primary_key.UserApplicationProducerId

public class UserApplicationProducerId
extends java.lang.Object

Author:
piccolo

Constructor Summary
UserApplicationProducerId(java.lang.String userId, java.lang.String applicationId)
           
 
Method Summary
 java.lang.String getApplicationId()
           
 java.nio.ByteBuffer getUserApplicationProducerIdAsByteBuffer()
           
 java.lang.String getUserId()
           
static UserApplicationProducerId parseByteBuffer(java.nio.ByteBuffer arg0)
           
static UserApplicationProducerId parseString(java.lang.String arg0)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserApplicationProducerId

public UserApplicationProducerId(java.lang.String userId,
                                 java.lang.String applicationId)
Method Detail

getApplicationId

public java.lang.String getApplicationId()

getUserId

public java.lang.String getUserId()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getUserApplicationProducerIdAsByteBuffer

public java.nio.ByteBuffer getUserApplicationProducerIdAsByteBuffer()

parseByteBuffer

public static UserApplicationProducerId parseByteBuffer(java.nio.ByteBuffer arg0)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

parseString

public static UserApplicationProducerId parseString(java.lang.String arg0)
                                             throws java.lang.Exception
Throws:
java.lang.Exception