package org.openxdm.xcap.client.appusage.presrules.key; import java.util.Map; import org.openxdm.xcap.common.key.UserAttributeUriKey; import org.openxdm.xcap.common.uri.AttributeSelector; import org.openxdm.xcap.common.uri.ElementSelector; public class PresRulesUserAttributeUriKey extends UserAttributeUriKey { public PresRulesUserAttributeUriKey(String user, String documentName, ElementSelector elementSelector, AttributeSelector attributeSelector, Map<String, String> namespaces) { super("pres-rules", user, documentName, elementSelector, attributeSelector, namespaces); } /** * */ private static final long serialVersionUID = 1L; }