Class ActiveParticipantRoleId.ActiveParticipantRoleIdImpl
java.lang.Object
org.openehealth.ipf.commons.audit.types.ActiveParticipantRoleId.ActiveParticipantRoleIdImpl
- All Implemented Interfaces:
Serializable
,ActiveParticipantRoleId
,CodedValueType
- Enclosing interface:
- ActiveParticipantRoleId
public static class ActiveParticipantRoleId.ActiveParticipantRoleIdImpl
extends Object
implements ActiveParticipantRoleId
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openehealth.ipf.commons.audit.types.ActiveParticipantRoleId
ActiveParticipantRoleId.ActiveParticipantRoleIdImpl
-
Constructor Summary
ConstructorDescriptionActiveParticipantRoleIdImpl
(String code, String codeSystemName, String originalText) ActiveParticipantRoleIdImpl
(CodedValueType codedValueType) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCode()
int
hashCode()
void
setDisplayName
(String displayName) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.audit.types.CodedValueType
getCode, getCodeSystemName, getDisplayName, getOriginalText
-
Constructor Details
-
ActiveParticipantRoleIdImpl
-
ActiveParticipantRoleIdImpl
-
-
Method Details
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getCode
- Specified by:
getCode
in interfaceCodedValueType
-
getOriginalText
- Specified by:
getOriginalText
in interfaceCodedValueType
-
getCodeSystemName
- Specified by:
getCodeSystemName
in interfaceCodedValueType
-
getDisplayName
- Specified by:
getDisplayName
in interfaceCodedValueType
-
setDisplayName
-