be.fgov.ehealth.technicalconnector.ra.domain
Class Request

java.lang.Object
  extended by be.fgov.ehealth.technicalconnector.ra.domain.Request
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActivateRequest, ContractRequest, ForeignerRequest, NewCertificateContract, RevocationContractRequest, RevocationRequest

public abstract class Request
extends Object
implements Serializable

Abstract class for that regroups the common info of a request.

See Also:
Serialized Form

Constructor Summary
Request()
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 Identity getRequestor()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Request

public Request()
        throws TechnicalConnectorException
Throws:
TechnicalConnectorException
Method Detail

getId

public String getId()

getRequestor

public Identity getRequestor()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object



Connector Packaging TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.