All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nedap.archie.rm.support.identification.AccessGroupRef Maven / Gradle / Ivy

There is a newer version: 3.11.0
Show newest version
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);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy