uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class AuthToken

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.AuthToken
All Implemented Interfaces:
Serializable, UDDIv2DataModelVisitable

public class AuthToken
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
AuthToken()
           
AuthToken(String authInfo, String generic, String operator)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getAuthInfo()
          Gets the authInfo value for this AuthToken.
 String getGeneric()
          Gets the generic value for this AuthToken.
 String getOperator()
          Gets the operator value for this AuthToken.
 int hashCode()
           
 void setAuthInfo(String authInfo)
          Sets the authInfo value for this AuthToken.
 void setGeneric(String generic)
          Sets the generic value for this AuthToken.
 void setOperator(String operator)
          Sets the operator value for this AuthToken.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthToken

public AuthToken()

AuthToken

public AuthToken(String authInfo,
                 String generic,
                 String operator)
Method Detail

getAuthInfo

public String getAuthInfo()
Gets the authInfo value for this AuthToken.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(String authInfo)
Sets the authInfo value for this AuthToken.

Parameters:
authInfo -

getGeneric

public String getGeneric()
Gets the generic value for this AuthToken.

Returns:
generic

setGeneric

public void setGeneric(String generic)
Sets the generic value for this AuthToken.

Parameters:
generic -

getOperator

public String getOperator()
Gets the operator value for this AuthToken.

Returns:
operator

setOperator

public void setOperator(String operator)
Sets the operator value for this AuthToken.

Parameters:
operator -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception