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

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

public class Get_authToken
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Get_authToken()
           
Get_authToken(String cred, String generic, String userID)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getCred()
          Gets the cred value for this Get_authToken.
 String getGeneric()
          Gets the generic value for this Get_authToken.
 String getUserID()
          Gets the userID value for this Get_authToken.
 int hashCode()
           
 void setCred(String cred)
          Sets the cred value for this Get_authToken.
 void setGeneric(String generic)
          Sets the generic value for this Get_authToken.
 void setUserID(String userID)
          Sets the userID value for this Get_authToken.
 
Methods inherited from class uk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
addError, addError, errorThrown, getErrors, getFirstError, getResult, setResult
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Get_authToken

public Get_authToken()

Get_authToken

public Get_authToken(String cred,
                     String generic,
                     String userID)
Method Detail

getGeneric

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

Returns:
generic

setGeneric

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

Parameters:
generic -

getUserID

public String getUserID()
Gets the userID value for this Get_authToken.

Returns:
userID

setUserID

public void setUserID(String userID)
Sets the userID value for this Get_authToken.

Parameters:
userID -

getCred

public String getCred()
Gets the cred value for this Get_authToken.

Returns:
cred

setCred

public void setCred(String cred)
Sets the cred value for this Get_authToken.

Parameters:
cred -

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