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

java.lang.Object
  extended by be.fgov.ehealth.technicalconnector.ra.domain.ActorId
All Implemented Interfaces:
Serializable

public final class ActorId
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class ActorId.Builder
          Id builder static inner class.
 
Constructor Summary
ActorId()
           
 
Method Summary
 boolean equals(Object o)
           
 String getType()
           
 String getValue()
           
 int hashCode()
           
static ActorId.Builder newBuilder()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorId

public ActorId()
Method Detail

getValue

public String getValue()

getType

public String getType()

setValue

public void setValue(String value)

setType

public void setType(String type)

newBuilder

public static ActorId.Builder newBuilder()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object



Connector Packaging TECHNICAL 3.24.0-beta-4 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.