private ERIAttributeGroup attributeGroup() {
return ERIAttributeGroup.clazz.attributeGroupForName(editingContext(), attributeGroupName());
}
public ERIDocument document() {
ERIDocument result = attributeGroup().documentForGlobalID(editingContext(), permanentGlobalID());
return result;
}