org.eclipse.higgins.sync.to
Class CredentialDescriptorTO

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

public class CredentialDescriptorTO
extends Object
implements Serializable

Token service credential descriptor transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
CredentialDescriptorTO()
           
 
Method Summary
 String getCredentialXmlElement()
           
 String getDisplayCredentialHint()
           
 String getType()
           
 CredentialDescriptorTO setCredentialXmlElement(String credentialXmlElement)
           
 CredentialDescriptorTO setDisplayCredentialHint(String displayCredentialHint)
           
 CredentialDescriptorTO setType(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialDescriptorTO

public CredentialDescriptorTO()
Method Detail

getType

public String getType()
Returns:
the type

setType

public CredentialDescriptorTO setType(String type)
Parameters:
type - the type to set

getDisplayCredentialHint

public String getDisplayCredentialHint()
Returns:
the displayCredentialHint

setDisplayCredentialHint

public CredentialDescriptorTO setDisplayCredentialHint(String displayCredentialHint)
Parameters:
displayCredentialHint - the displayCredentialHint to set

getCredentialXmlElement

public String getCredentialXmlElement()
Returns:
the credentialXmlElement

setCredentialXmlElement

public CredentialDescriptorTO setCredentialXmlElement(String credentialXmlElement)
Parameters:
credentialXmlElement - the credentialXmlElement to set