org.eclipse.higgins.sync.to
Class TokenServiceTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.TokenServiceTO
All Implemented Interfaces:
Serializable

public class TokenServiceTO
extends Object
implements Serializable

Token service transfer object.

Author:
Alexander Yuhimenko
See Also:
ITokenService, Serialized Form

Constructor Summary
TokenServiceTO()
           
 
Method Summary
 EndpointReferenceTO getEndpointReference()
           
 CredentialDescriptorTO getUserCredential()
           
 void setEndpointReference(EndpointReferenceTO endpointReference)
           
 void setUserCredential(CredentialDescriptorTO userCredential)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenServiceTO

public TokenServiceTO()
Method Detail

getEndpointReference

public EndpointReferenceTO getEndpointReference()
Returns:
the endpointReference

getUserCredential

public CredentialDescriptorTO getUserCredential()
Returns:
the userCredential

setEndpointReference

public void setEndpointReference(EndpointReferenceTO endpointReference)
Parameters:
endpointReference - the endpointReference to set

setUserCredential

public void setUserCredential(CredentialDescriptorTO userCredential)
Parameters:
userCredential - the userCredential to set