org.cagrid.gaards.websso.beans
Class AuthenticationServiceInformation

java.lang.Object
  extended by org.cagrid.gaards.websso.beans.AuthenticationServiceInformation
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationServiceInformation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AuthenticationServiceInformation()
           
 
Method Summary
 boolean equals(java.lang.Object arg0)
           
 java.lang.String getAuthenticationServiceName()
           
 java.lang.String getAuthenticationServiceURL()
           
 DorianInformation getDorianInformation()
           
static long getSerialVersionUID()
           
 void setAuthenticationServiceName(java.lang.String authenticationServiceName)
           
 void setAuthenticationServiceURL(java.lang.String authenticationServiceURL)
           
 void setDorianInformation(DorianInformation dorianInformation)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationServiceInformation

public AuthenticationServiceInformation()
Method Detail

getAuthenticationServiceName

public java.lang.String getAuthenticationServiceName()

setAuthenticationServiceName

public void setAuthenticationServiceName(java.lang.String authenticationServiceName)

getAuthenticationServiceURL

public java.lang.String getAuthenticationServiceURL()

setAuthenticationServiceURL

public void setAuthenticationServiceURL(java.lang.String authenticationServiceURL)

getDorianInformation

public DorianInformation getDorianInformation()

setDorianInformation

public void setDorianInformation(DorianInformation dorianInformation)

getSerialVersionUID

public static long getSerialVersionUID()

equals

public boolean equals(java.lang.Object arg0)
Overrides:
equals in class java.lang.Object