com.nedap.archie.rm.support.identification.AccessGroupRef Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openehr-rm Show documentation
Show all versions of openehr-rm Show documentation
An implementation of the openehr reference model
package com.nedap.archie.rm.support.identification;
/**
* Created by pieter.bos on 08/07/16.
*/
public class AccessGroupRef extends ObjectRef {
public AccessGroupRef() {
}
public AccessGroupRef(ObjectId id, String namespace, String type) {
super(id, namespace, type);
}
}