org.eclipse.higgins.sync.to
Class StsPrivacyPolicyTO

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

public class StsPrivacyPolicyTO
extends Object
implements Serializable

STS/IdP privacy policy transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
StsPrivacyPolicyTO()
           
 
Method Summary
 String getUrl()
           
 String getVersion()
           
 StsPrivacyPolicyTO setUrl(String url)
           
 StsPrivacyPolicyTO setVersion(String version)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StsPrivacyPolicyTO

public StsPrivacyPolicyTO()
Method Detail

getUrl

public String getUrl()
Returns:
the url

getVersion

public String getVersion()
Returns:
the version

setVersion

public StsPrivacyPolicyTO setVersion(String version)
Parameters:
version - the version to set

setUrl

public StsPrivacyPolicyTO setUrl(String url)
Parameters:
url - the url to set