org.cagrid.gaards.websso.beans
Class AuthenticationServiceInformation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationServiceInformation
public AuthenticationServiceInformation()
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