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