net.daum.dna.oauth.vo
Class DaumConsumer

java.lang.Object
  extended by net.daum.dna.oauth.vo.DaumConsumer

public class DaumConsumer
extends java.lang.Object

The Class DaumConsumer.


Constructor Summary
DaumConsumer()
          Instantiates a new daum consumer.
DaumConsumer(java.lang.String key, java.lang.String secret, java.lang.String callback)
          Instantiates a new daum consumer.
 
Method Summary
 java.lang.String getCallback()
          Gets the callback.
 java.lang.String getKey()
          Gets the key.
 java.lang.String getSecret()
          Gets the secret.
 void setCallback(java.lang.String callback)
          Sets the callback.
 void setKey(java.lang.String key)
          Sets the key.
 void setSecret(java.lang.String secret)
          Sets the secret.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DaumConsumer

public DaumConsumer()
Instantiates a new daum consumer.


DaumConsumer

public DaumConsumer(java.lang.String key,
                    java.lang.String secret,
                    java.lang.String callback)
Instantiates a new daum consumer.

Parameters:
key - the key
secret - the secret
callback - the callback
Method Detail

getKey

public java.lang.String getKey()
Gets the key.

Returns:
the key

setKey

public void setKey(java.lang.String key)
Sets the key.

Parameters:
key - the new key

getSecret

public java.lang.String getSecret()
Gets the secret.

Returns:
the secret

setSecret

public void setSecret(java.lang.String secret)
Sets the secret.

Parameters:
secret - the new secret

getCallback

public java.lang.String getCallback()
Gets the callback.

Returns:
the callback

setCallback

public void setCallback(java.lang.String callback)
Sets the callback.

Parameters:
callback - the new callback

toString

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